Html Css Color HEX #9DEAAD Celadon

📋 copy color: '#9DEAAD'

red 157 ◦ green 234 ◦ blue 173

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

Shades of Celadon #9DEAAD

Tints of Celadon #9DEAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 27.84%
G = 41.49%
B = 30.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#9DEAAD (or 0x9DEAAD) is known color: Celadon. HEX triplet: 9D, EA and AD. RGB value is (157,234,173). Sum of RGB (Red+Green+Blue) = 157+234+173=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEAAD is #621552. Grayscale: #CCCCCC. Windows color (decimal): -6427987 or 11397789. OLE color: 11397789.

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

Color convert

RGB 157 234 173 -
CMYK 0.33 0 0.26 0.08
HSL 132.47º 0.65% 0.77% -
HSV(B) 132.47º 0.33% 0.92% -
XYZ 50.87 69.03 50.18 -
YUV 204.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 157 234 173 0.33 0 0.26 0.08 132.47 0.65 0.77
Hex 9D EA AD 21 0 1A 8 84 41 4D
Octal 235 352 255 41 0 32 10 204 101 115
Binary 10011101 11101010 10101101 100001 0 11010 1000 10000100 1000001 1001101

Color Harmonies of #9DEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAAD

Black with #9DEAAD

Text Example


Text Example

White with #9DEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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