Html Css Color HEX #9EEBAC Celadon

📋 copy color: '#9EEBAC'

red 158 ◦ green 235 ◦ blue 172

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

Shades of Celadon #9EEBAC

Tints of Celadon #9EEBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 27.96%
G = 41.59%
B = 30.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#9EEBAC (or 0x9EEBAC) is known color: Celadon. HEX triplet: 9E, EB and AC. RGB value is (158,235,172). Sum of RGB (Red+Green+Blue) = 158+235+172=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBAC is #611453. Grayscale: #CCCCCC. Windows color (decimal): -6362196 or 11332510. OLE color: 11332510.

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

Color convert

RGB 158 235 172 -
CMYK 0.33 0 0.27 0.08
HSL 130.91º 0.66% 0.77% -
HSV(B) 130.91º 0.33% 0.92% -
XYZ 51.26 69.66 49.77 -
YUV 204.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 158 235 172 0.33 0 0.27 0.08 130.91 0.66 0.77
Hex 9E EB AC 21 0 1B 8 83 42 4D
Octal 236 353 254 41 0 33 10 203 102 115
Binary 10011110 11101011 10101100 100001 0 11011 1000 10000011 1000010 1001101

Color Harmonies of #9EEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBAC

Black with #9EEBAC

Text Example


Text Example

White with #9EEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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