Html Css Color HEX #9FF3DF Water Leaf

📋 copy color: '#9FF3DF'

red 159 ◦ green 243 ◦ blue 223

#9FF3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #9FF3DF

Tints of Water Leaf #9FF3DF

RGB

 RED value IS 159 (62.5% from 255) = 25.44%

 GREEN value IS 243 (95.31% from 255) = 38.88%

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 25.44%
G = 38.88%
B = 35.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#9FF3DF (or 0x9FF3DF) is known color: Water Leaf. HEX triplet: 9F, F3 and DF. RGB value is (159,243,223). Sum of RGB (Red+Green+Blue) = 159+243+223=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3DF is #600C20. Grayscale: #D7D7D7. Windows color (decimal): -6294561 or 14676895. OLE color: 14676895.

HSL color Cylindrical-coordinate representation of color #9FF3DF: hue angle of 165.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3DF is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 243 223 -
CMYK 0.35 0 0.08 0.05
HSL 165.71º 0.78% 0.79% -
HSV(B) 165.71º 0.35% 0.95% -
XYZ 59.67 76.8 81.49 -
YUV 215.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 159 243 223 0.35 0 0.08 0.05 165.71 0.78 0.79
Hex 9F F3 DF 23 0 8 5 A6 4E 4F
Octal 237 363 337 43 0 10 5 246 116 117
Binary 10011111 11110011 11011111 100011 0 1000 101 10100110 1001110 1001111

Color Harmonies of #9FF3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF3DF

Black with #9FF3DF

Text Example


Text Example

White with #9FF3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FF3DF;
 }
 .AnyTagClassName
 {
   color: #9FF3DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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