#9FF4DF

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

Shades of Water Leaf #9FF4DF

Tints of Water Leaf #9FF4DF

Color information

#9FF4DF (or 0x9FF4DF) is unknown color: approx Water Leaf. HEX triplet: 9F, F4 and DF. RGB value is (159,244,223). Sum of RGB (Red+Green+Blue) = 159+244+223=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF4DF is #600B20. Grayscale: #D8D8D8. Windows color (decimal): -6294305 or 14677151. OLE color: 14677151.

HSL color Cylindrical-coordinate representation of color #9FF4DF: hue angle of 165.18º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF4DF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB159244223-
CMYK0.3500.090.04
HSL165.18º79.44%79.02%-
HSV(B)165.18º34.84%95.69%-
XYZ59.9777.481.59-
YUV216.19131.8487.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.40%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=25.40%
G=38.98%
B=35.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592442230.3500.090.04165.1879.4479.02
Hex9FF4DF23094a54f4f
Octal237364337430114245117117
Binary100111111111010011011111100011010011001010010110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,244,223); }

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

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

 a { background-color: rgb(159,244,223); }

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

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

 span { border-color: rgb(159,244,223); }

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