#9DEFB4

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

Shades of Celadon #9DEFB4

Tints of Celadon #9DEFB4

Color information

#9DEFB4 (or 0x9DEFB4) is unknown color: approx Celadon. HEX triplet: 9D, EF and B4. RGB value is (157,239,180). Sum of RGB (Red+Green+Blue) = 157+239+180=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFB4 is #62104B. Grayscale: #CFCFCF. Windows color (decimal): -6426700 or 11857821. OLE color: 11857821.

HSL color Cylindrical-coordinate representation of color #9DEFB4: hue angle of 136.83º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFB4 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB157239180-
CMYK0.3400.250.06
HSL136.83º71.93%77.65%-
HSV(B)136.83º34.31%93.73%-
XYZ53.0172.254.32-
YUV207.76112.3391.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.26%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=27.26%
G=41.49%
B=31.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391800.3400.250.06136.8371.9377.65
Hex9DEFB422019689484e
Octal235357264420316211110116
Binary1001110111101111101101001000100110011101000100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,180); }

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

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

 a { background-color: rgb(157,239,180); }

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

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

 span { border-color: rgb(157,239,180); }

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