Html Css Color HEX #9EECB1 Celadon

📋 copy color: '#9EECB1'

red 158 ◦ green 236 ◦ blue 177

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

Shades of Celadon #9EECB1

Tints of Celadon #9EECB1

RGB

 RED value IS 158 (62.11% from 255) = 27.67%

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

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

R = 27.67%
G = 41.33%
B = 31%

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

#9EECB1 (or 0x9EECB1) is known color: Celadon. HEX triplet: 9E, EC and B1. RGB value is (158,236,177). Sum of RGB (Red+Green+Blue) = 158+236+177=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EECB1 is #61134E. Grayscale: #CECECE. Windows color (decimal): -6361935 or 11660446. OLE color: 11660446.

HSL color Cylindrical-coordinate representation of color #9EECB1: hue angle of 134.62º degrees, saturation: 0.67, 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 #9EECB1 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 177 -
CMYK 0.33 0 0.25 0.07
HSL 134.62º 0.67% 0.77% -
HSV(B) 134.62º 0.33% 0.93% -
XYZ 52.03 70.43 52.45 -
YUV 205.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 158 236 177 0.33 0 0.25 0.07 134.62 0.67 0.77
Hex 9E EC B1 21 0 19 7 87 43 4D
Octal 236 354 261 41 0 31 7 207 103 115
Binary 10011110 11101100 10110001 100001 0 11001 111 10000111 1000011 1001101

Color Harmonies of #9EECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECB1

Black with #9EECB1

Text Example


Text Example

White with #9EECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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