Html Css Color HEX #9EEBB0 Celadon

📋 copy color: '#9EEBB0'

red 158 ◦ green 235 ◦ blue 176

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

Shades of Celadon #9EEBB0

Tints of Celadon #9EEBB0

RGB

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

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

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

R = 27.77%
G = 41.3%
B = 30.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#9EEBB0 (or 0x9EEBB0) is known color: Celadon. HEX triplet: 9E, EB and B0. RGB value is (158,235,176). Sum of RGB (Red+Green+Blue) = 158+235+176=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBB0 is #61144F. Grayscale: #CDCDCD. Windows color (decimal): -6362192 or 11594654. OLE color: 11594654.

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

Color convert

RGB 158 235 176 -
CMYK 0.33 0 0.25 0.08
HSL 134.03º 0.66% 0.77% -
HSV(B) 134.03º 0.33% 0.92% -
XYZ 51.65 69.82 51.83 -
YUV 205.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 158 235 176 0.33 0 0.25 0.08 134.03 0.66 0.77
Hex 9E EB B0 21 0 19 8 86 42 4D
Octal 236 353 260 41 0 31 10 206 102 115
Binary 10011110 11101011 10110000 100001 0 11001 1000 10000110 1000010 1001101

Color Harmonies of #9EEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBB0

Black with #9EEBB0

Text Example


Text Example

White with #9EEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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