Html Css Color HEX #9DECB1 Celadon

📋 copy color: '#9DECB1'

red 157 ◦ green 236 ◦ blue 177

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

Shades of Celadon #9DECB1

Tints of Celadon #9DECB1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.4%

 BLUE value IS 177 (69.53% from 255) = 31.05%

R = 27.54%
G = 41.4%
B = 31.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#9DECB1 (or 0x9DECB1) is known color: Celadon. HEX triplet: 9D, EC and B1. RGB value is (157,236,177). Sum of RGB (Red+Green+Blue) = 157+236+177=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECB1 is #62134E. Grayscale: #CDCDCD. Windows color (decimal): -6427471 or 11660445. OLE color: 11660445.

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

Color convert

RGB 157 236 177 -
CMYK 0.33 0 0.25 0.07
HSL 135.19º 0.68% 0.77% -
HSV(B) 135.19º 0.33% 0.93% -
XYZ 51.84 70.33 52.44 -
YUV 205.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 157 236 177 0.33 0 0.25 0.07 135.19 0.68 0.77
Hex 9D EC B1 21 0 19 7 87 44 4D
Octal 235 354 261 41 0 31 7 207 104 115
Binary 10011101 11101100 10110001 100001 0 11001 111 10000111 1000100 1001101

Color Harmonies of #9DECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECB1

Black with #9DECB1

Text Example


Text Example

White with #9DECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,177); }

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

background-color css

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

 a { background-color: rgb(157,236,177); }

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

border-color css

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

 span { border-color: rgb(157,236,177); }

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