#9FFAE6

Color #9FFAE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #9FFAE6

Tints of Water Leaf #9FFAE6

Color information

#9FFAE6 (or 0x9FFAE6) is unknown color: approx Water Leaf. HEX triplet: 9F, FA and E6. RGB value is (159,250,230). Sum of RGB (Red+Green+Blue) = 159+250+230=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE6 is #600519. Grayscale: #DCDCDC. Windows color (decimal): -6292762 or 15137439. OLE color: 15137439.

HSL color Cylindrical-coordinate representation of color #9FFAE6: hue angle of 166.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAE6 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB159250230-
CMYK0.3600.080.02
HSL166.81º90.1%80.2%-
HSV(B)166.81º36.4%98.04%-
XYZ62.7781.4687.28-
YUV220.51133.3584.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.88%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=24.88%
G=39.12%
B=35.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592502300.3600.080.02166.8190.180.2
Hex9FFAE624082a75a50
Octal237372346440102247132120
Binary10011111111110101110011010010001000101010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FFAE6; }

 p { color: rgb(159,250,230); }

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

<style>
 a { background-color: #9FFAE6; }

 a { background-color: rgb(159,250,230); }

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

<style>
 span { border-color: #9FFAE6; }

 span { border-color: rgb(159,250,230); }

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