Html Css Color HEX #9DEAAA Celadon

📋 copy color: '#9DEAAA'

red 157 ◦ green 234 ◦ blue 170

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

Shades of Celadon #9DEAAA

Tints of Celadon #9DEAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 27.99%
G = 41.71%
B = 30.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#9DEAAA (or 0x9DEAAA) is known color: Celadon. HEX triplet: 9D, EA and AA. RGB value is (157,234,170). Sum of RGB (Red+Green+Blue) = 157+234+170=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEAAA is #621555. Grayscale: #CBCBCB. Windows color (decimal): -6427990 or 11201181. OLE color: 11201181.

HSL color Cylindrical-coordinate representation of color #9DEAAA: hue angle of 130.13º degrees, saturation: 0.65, 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 #9DEAAA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 170 -
CMYK 0.33 0 0.27 0.08
HSL 130.13º 0.65% 0.77% -
HSV(B) 130.13º 0.33% 0.92% -
XYZ 50.58 68.92 48.67 -
YUV 203.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 157 234 170 0.33 0 0.27 0.08 130.13 0.65 0.77
Hex 9D EA AA 21 0 1B 8 82 41 4D
Octal 235 352 252 41 0 33 10 202 101 115
Binary 10011101 11101010 10101010 100001 0 11011 1000 10000010 1000001 1001101

Color Harmonies of #9DEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAAA

Black with #9DEAAA

Text Example


Text Example

White with #9DEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,234,170); }

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

background-color css

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

 a { background-color: rgb(157,234,170); }

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

border-color css

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

 span { border-color: rgb(157,234,170); }

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