#65F9B0

Color #65F9B0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65F9B0

Tints of Medium Aquamarine #65F9B0

Color information

#65F9B0 (or 0x65F9B0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F9 and B0. RGB value is (101,249,176). Sum of RGB (Red+Green+Blue) = 101+249+176=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F9B0 is #9A064F. Grayscale: #C4C4C4. Windows color (decimal): -10094160 or 11598181. OLE color: 11598181.

HSL color Cylindrical-coordinate representation of color #65F9B0: hue angle of 150.41º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9B0 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB101249176-
CMYK0.5900.290.02
HSL150.41º92.5%68.63%-
HSV(B)150.41º59.44%97.65%-
XYZ47.0873.6552.81-
YUV196.43116.4759.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.20%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=19.20%
G=47.34%
B=33.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012491760.5900.290.02150.4192.568.63
Hex65F9B03B01D2965c45
Octal145371260730352226134105
Binary11001011111100110110000111011011101101001011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65F9B0; }

 p { color: rgb(101,249,176); }

 H1.HeaderClassName
 {
   color: #65F9B0;
 }
 .AnyTagClassName
 {
   color: #65F9B0;
 }
</style>
background-color css

<style>
 a { background-color: #65F9B0; }

 a { background-color: rgb(101,249,176); }

 div.DivClassName
 {
   background-color: #65F9B0;
 }
 .BgClassName
 {
   background-color: #65F9B0;
 }
</style>
border-color css

<style>
 span { border-color: #65F9B0; }

 span { border-color: rgb(101,249,176); }

 td.TdClassName
 {
   border-color: #65F9B0;
 }
 .TagClassName
 {
   border-color: #65F9B0;
 }
</style>