Html Css Color HEX #9DECAE Celadon

📋 copy color: '#9DECAE'

red 157 ◦ green 236 ◦ blue 174

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

Shades of Celadon #9DECAE

Tints of Celadon #9DECAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 27.69%
G = 41.62%
B = 30.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9DECAE (or 0x9DECAE) is known color: Celadon. HEX triplet: 9D, EC and AE. RGB value is (157,236,174). Sum of RGB (Red+Green+Blue) = 157+236+174=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECAE is #621351. Grayscale: #CDCDCD. Windows color (decimal): -6427474 or 11463837. OLE color: 11463837.

HSL color Cylindrical-coordinate representation of color #9DECAE: hue angle of 132.91º 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 #9DECAE is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 174 -
CMYK 0.33 0 0.26 0.07
HSL 132.91º 0.68% 0.77% -
HSV(B) 132.91º 0.33% 0.93% -
XYZ 51.54 70.22 50.88 -
YUV 205.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 157 236 174 0.33 0 0.26 0.07 132.91 0.68 0.77
Hex 9D EC AE 21 0 1A 7 85 44 4D
Octal 235 354 256 41 0 32 7 205 104 115
Binary 10011101 11101100 10101110 100001 0 11010 111 10000101 1000100 1001101

Color Harmonies of #9DECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECAE

Black with #9DECAE

Text Example


Text Example

White with #9DECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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