Html Css Color HEX #9DEBAC Celadon

📋 copy color: '#9DEBAC'

red 157 ◦ green 235 ◦ blue 172

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

Shades of Celadon #9DEBAC

Tints of Celadon #9DEBAC

RGB

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

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

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

R = 27.84%
G = 41.67%
B = 30.5%

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

#9DEBAC (or 0x9DEBAC) is known color: Celadon. HEX triplet: 9D, EB and AC. RGB value is (157,235,172). Sum of RGB (Red+Green+Blue) = 157+235+172=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBAC is #621453. Grayscale: #CCCCCC. Windows color (decimal): -6427732 or 11332509. OLE color: 11332509.

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

Color convert

RGB 157 235 172 -
CMYK 0.33 0 0.27 0.08
HSL 131.54º 0.66% 0.77% -
HSV(B) 131.54º 0.33% 0.92% -
XYZ 51.06 69.56 49.77 -
YUV 204.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 157 235 172 0.33 0 0.27 0.08 131.54 0.66 0.77
Hex 9D EB AC 21 0 1B 8 84 42 4D
Octal 235 353 254 41 0 33 10 204 102 115
Binary 10011101 11101011 10101100 100001 0 11011 1000 10000100 1000010 1001101

Color Harmonies of #9DEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBAC

Black with #9DEBAC

Text Example


Text Example

White with #9DEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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