Html Css Color HEX #9DEDAF Celadon

📋 copy color: '#9DEDAF'

red 157 ◦ green 237 ◦ blue 175

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

Shades of Celadon #9DEDAF

Tints of Celadon #9DEDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 27.59%
G = 41.65%
B = 30.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9DEDAF (or 0x9DEDAF) is known color: Celadon. HEX triplet: 9D, ED and AF. RGB value is (157,237,175). Sum of RGB (Red+Green+Blue) = 157+237+175=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAF is #621250. Grayscale: #CECECE. Windows color (decimal): -6427217 or 11529629. OLE color: 11529629.

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

Color convert

RGB 157 237 175 -
CMYK 0.34 0 0.26 0.07
HSL 133.5º 0.69% 0.77% -
HSV(B) 133.5º 0.34% 0.93% -
XYZ 51.93 70.83 51.49 -
YUV 206.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 157 237 175 0.34 0 0.26 0.07 133.5 0.69 0.77
Hex 9D ED AF 22 0 1A 7 86 45 4D
Octal 235 355 257 42 0 32 7 206 105 115
Binary 10011101 11101101 10101111 100010 0 11010 111 10000110 1000101 1001101

Color Harmonies of #9DEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDAF

Black with #9DEDAF

Text Example


Text Example

White with #9DEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,175); }

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

background-color css

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

 a { background-color: rgb(157,237,175); }

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

border-color css

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

 span { border-color: rgb(157,237,175); }

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