Html Css Color HEX #9DEBA5 Celadon

📋 copy color: '#9DEBA5'

red 157 ◦ green 235 ◦ blue 165

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

Shades of Celadon #9DEBA5

Tints of Celadon #9DEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 28.19%
G = 42.19%
B = 29.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#9DEBA5 (or 0x9DEBA5) is known color: Celadon. HEX triplet: 9D, EB and A5. RGB value is (157,235,165). Sum of RGB (Red+Green+Blue) = 157+235+165=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBA5 is #62145A. Grayscale: #CBCBCB. Windows color (decimal): -6427739 or 10873757. OLE color: 10873757.

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

Color convert

RGB 157 235 165 -
CMYK 0.33 0 0.30 0.08
HSL 126.15º 0.66% 0.77% -
HSV(B) 126.15º 0.33% 0.92% -
XYZ 50.4 69.3 46.32 -
YUV 203.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 157 235 165 0.33 0 0.30 0.08 126.15 0.66 0.77
Hex 9D EB A5 21 0 1E 8 7E 42 4D
Octal 235 353 245 41 0 36 10 176 102 115
Binary 10011101 11101011 10100101 100001 0 11110 1000 1111110 1000010 1001101

Color Harmonies of #9DEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEBA5

Black with #9DEBA5

Text Example


Text Example

White with #9DEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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