#9DEBA4

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

Shades of Celadon #9DEBA4

Tints of Celadon #9DEBA4

Color information

#9DEBA4 (or 0x9DEBA4) is unknown color: approx Celadon. HEX triplet: 9D, EB and A4. RGB value is (157,235,164). Sum of RGB (Red+Green+Blue) = 157+235+164=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBA4 is #62145B. Grayscale: #CBCBCB. Windows color (decimal): -6427740 or 10808221. OLE color: 10808221.

HSL color Cylindrical-coordinate representation of color #9DEBA4: hue angle of 125.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBA4 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB157235164-
CMYK0.3300.300.08
HSL125.38º66.1%76.86%-
HSV(B)125.38º33.19%92.16%-
XYZ50.3169.2745.84-
YUV203.58105.6694.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=28.24%
G=42.27%
B=29.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572351640.3300.300.08125.3866.176.86
Hex9DEBA42101E87d424d
Octal2353532444103610175102115
Binary1001110111101011101001001000010111101000111110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,164); }

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

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

 a { background-color: rgb(157,235,164); }

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

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

 span { border-color: rgb(157,235,164); }

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