Html Css Color HEX #9DEDAC Celadon

📋 copy color: '#9DEDAC'

red 157 ◦ green 237 ◦ blue 172

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

Shades of Celadon #9DEDAC

Tints of Celadon #9DEDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 27.74%
G = 41.87%
B = 30.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9DEDAC (or 0x9DEDAC) is known color: Celadon. HEX triplet: 9D, ED and AC. RGB value is (157,237,172). Sum of RGB (Red+Green+Blue) = 157+237+172=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAC is #621253. Grayscale: #CDCDCD. Windows color (decimal): -6427220 or 11333021. OLE color: 11333021.

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

Color convert

RGB 157 237 172 -
CMYK 0.34 0 0.27 0.07
HSL 131.25º 0.69% 0.77% -
HSV(B) 131.25º 0.34% 0.93% -
XYZ 51.64 70.72 49.96 -
YUV 205.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 157 237 172 0.34 0 0.27 0.07 131.25 0.69 0.77
Hex 9D ED AC 22 0 1B 7 83 45 4D
Octal 235 355 254 42 0 33 7 203 105 115
Binary 10011101 11101101 10101100 100010 0 11011 111 10000011 1000101 1001101

Color Harmonies of #9DEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDAC

Black with #9DEDAC

Text Example


Text Example

White with #9DEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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