Html Css Color HEX #9DECAC Celadon

📋 copy color: '#9DECAC'

red 157 ◦ green 236 ◦ blue 172

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

Shades of Celadon #9DECAC

Tints of Celadon #9DECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.77%

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 27.79%
G = 41.77%
B = 30.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9DECAC (or 0x9DECAC) is known color: Celadon. HEX triplet: 9D, EC and AC. RGB value is (157,236,172). Sum of RGB (Red+Green+Blue) = 157+236+172=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECAC is #621353. Grayscale: #CDCDCD. Windows color (decimal): -6427476 or 11332765. OLE color: 11332765.

HSL color Cylindrical-coordinate representation of color #9DECAC: hue angle of 131.39º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECAC is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 172 -
CMYK 0.33 0 0.27 0.07
HSL 131.39º 0.68% 0.77% -
HSV(B) 131.39º 0.33% 0.93% -
XYZ 51.35 70.14 49.86 -
YUV 205.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 157 236 172 0.33 0 0.27 0.07 131.39 0.68 0.77
Hex 9D EC AC 21 0 1B 7 83 44 4D
Octal 235 354 254 41 0 33 7 203 104 115
Binary 10011101 11101100 10101100 100001 0 11011 111 10000011 1000100 1001101

Color Harmonies of #9DECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECAC

Black with #9DECAC

Text Example


Text Example

White with #9DECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,172); }

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

background-color css

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

 a { background-color: rgb(157,236,172); }

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

border-color css

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

 span { border-color: rgb(157,236,172); }

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