Html Css Color HEX #9DF5E3 Water Leaf

📋 copy color: '#9DF5E3'

red 157 ◦ green 245 ◦ blue 227

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

Shades of Water Leaf #9DF5E3

Tints of Water Leaf #9DF5E3

RGB

 RED value IS 157 (61.72% from 255) = 24.96%

 GREEN value IS 245 (96.09% from 255) = 38.95%

 BLUE value IS 227 (89.06% from 255) = 36.09%

R = 24.96%
G = 38.95%
B = 36.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#9DF5E3 (or 0x9DF5E3) is known color: Water Leaf. HEX triplet: 9D, F5 and E3. RGB value is (157,245,227). Sum of RGB (Red+Green+Blue) = 157+245+227=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF5E3 is #620A1C. Grayscale: #D8D8D8. Windows color (decimal): -6425117 or 14939549. OLE color: 14939549.

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

Color convert

RGB 157 245 227 -
CMYK 0.36 0 0.07 0.04
HSL 167.73º 0.81% 0.79% -
HSV(B) 167.73º 0.36% 0.96% -
XYZ 60.42 78.02 84.55 -
YUV 216.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 157 245 227 0.36 0 0.07 0.04 167.73 0.81 0.79
Hex 9D F5 E3 24 0 7 4 A8 51 4F
Octal 235 365 343 44 0 7 4 250 121 117
Binary 10011101 11110101 11100011 100100 0 111 100 10101000 1010001 1001111

Color Harmonies of #9DF5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF5E3

Black with #9DF5E3

Text Example


Text Example

White with #9DF5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,245,227); }

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

background-color css

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

 a { background-color: rgb(157,245,227); }

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

border-color css

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

 span { border-color: rgb(157,245,227); }

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