Html Css Color HEX #9EECB0 Celadon

📋 copy color: '#9EECB0'

red 158 ◦ green 236 ◦ blue 176

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

Shades of Celadon #9EECB0

Tints of Celadon #9EECB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 27.72%
G = 41.4%
B = 30.88%

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

#9EECB0 (or 0x9EECB0) is known color: Celadon. HEX triplet: 9E, EC and B0. RGB value is (158,236,176). Sum of RGB (Red+Green+Blue) = 158+236+176=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EECB0 is #61134F. Grayscale: #CECECE. Windows color (decimal): -6361936 or 11594910. OLE color: 11594910.

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

Color convert

RGB 158 236 176 -
CMYK 0.33 0 0.25 0.07
HSL 133.85º 0.67% 0.77% -
HSV(B) 133.85º 0.33% 0.93% -
XYZ 51.93 70.39 51.92 -
YUV 205.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 158 236 176 0.33 0 0.25 0.07 133.85 0.67 0.77
Hex 9E EC B0 21 0 19 7 86 43 4D
Octal 236 354 260 41 0 31 7 206 103 115
Binary 10011110 11101100 10110000 100001 0 11001 111 10000110 1000011 1001101

Color Harmonies of #9EECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECB0

Black with #9EECB0

Text Example


Text Example

White with #9EECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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