Html Css Color HEX #9EEAB2 Celadon

📋 copy color: '#9EEAB2'

red 158 ◦ green 234 ◦ blue 178

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

Shades of Celadon #9EEAB2

Tints of Celadon #9EEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 27.72%
G = 41.05%
B = 31.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#9EEAB2 (or 0x9EEAB2) is known color: Celadon. HEX triplet: 9E, EA and B2. RGB value is (158,234,178). Sum of RGB (Red+Green+Blue) = 158+234+178=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAB2 is #61154D. Grayscale: #CDCDCD. Windows color (decimal): -6362446 or 11725470. OLE color: 11725470.

HSL color Cylindrical-coordinate representation of color #9EEAB2: hue angle of 135.79º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAB2 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 178 -
CMYK 0.32 0 0.24 0.08
HSL 135.79º 0.64% 0.77% -
HSV(B) 135.79º 0.32% 0.92% -
XYZ 51.56 69.33 52.78 -
YUV 204.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 158 234 178 0.32 0 0.24 0.08 135.79 0.64 0.77
Hex 9E EA B2 20 0 18 8 88 40 4D
Octal 236 352 262 40 0 30 10 210 100 115
Binary 10011110 11101010 10110010 100000 0 11000 1000 10001000 1000000 1001101

Color Harmonies of #9EEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAB2

Black with #9EEAB2

Text Example


Text Example

White with #9EEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,234,178); }

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

background-color css

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

 a { background-color: rgb(158,234,178); }

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

border-color css

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

 span { border-color: rgb(158,234,178); }

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