#65F396

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

Shades of Medium Aquamarine #65F396

Tints of Medium Aquamarine #65F396

Color information

#65F396 (or 0x65F396) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F3 and 96. RGB value is (101,243,150). Sum of RGB (Red+Green+Blue) = 101+243+150=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #65F396 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F396 is #9A0C69. Grayscale: #BEBEBE. Windows color (decimal): -10095722 or 9892709. OLE color: 9892709.

HSL color Cylindrical-coordinate representation of color #65F396: hue angle of 140.7º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F396 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB101243150-
CMYK0.5800.380.05
HSL140.7º85.54%67.45%-
HSV(B)140.7º58.44%95.29%-
XYZ42.9269.0739.92-
YUV189.94105.4664.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.45%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=20.45%
G=49.19%
B=30.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012431500.5800.380.05140.785.5467.45
Hex65F3963A02658d5643
Octal145363226720465215126103
Binary1100101111100111001011011101001001101011000110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,243,150); }

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

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

 a { background-color: rgb(101,243,150); }

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

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

 span { border-color: rgb(101,243,150); }

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