Html Css Color HEX #9DEBAD Celadon

📋 copy color: '#9DEBAD'

red 157 ◦ green 235 ◦ blue 173

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

Shades of Celadon #9DEBAD

Tints of Celadon #9DEBAD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 27.79%
G = 41.59%
B = 30.62%

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

#9DEBAD (or 0x9DEBAD) is known color: Celadon. HEX triplet: 9D, EB and AD. RGB value is (157,235,173). Sum of RGB (Red+Green+Blue) = 157+235+173=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBAD is #621452. Grayscale: #CCCCCC. Windows color (decimal): -6427731 or 11398045. OLE color: 11398045.

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

Color convert

RGB 157 235 173 -
CMYK 0.33 0 0.26 0.08
HSL 132.31º 0.66% 0.77% -
HSV(B) 132.31º 0.33% 0.92% -
XYZ 51.16 69.6 50.27 -
YUV 204.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 157 235 173 0.33 0 0.26 0.08 132.31 0.66 0.77
Hex 9D EB AD 21 0 1A 8 84 42 4D
Octal 235 353 255 41 0 32 10 204 102 115
Binary 10011101 11101011 10101101 100001 0 11010 1000 10000100 1000010 1001101

Color Harmonies of #9DEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBAD

Black with #9DEBAD

Text Example


Text Example

White with #9DEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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