Html Css Color HEX #9EEAA8 Celadon

📋 copy color: '#9EEAA8'

red 158 ◦ green 234 ◦ blue 168

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

Shades of Celadon #9EEAA8

Tints of Celadon #9EEAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30%

R = 28.21%
G = 41.79%
B = 30%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#9EEAA8 (or 0x9EEAA8) is known color: Celadon. HEX triplet: 9E, EA and A8. RGB value is (158,234,168). Sum of RGB (Red+Green+Blue) = 158+234+168=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAA8 is #611557. Grayscale: #CBCBCB. Windows color (decimal): -6362456 or 11070110. OLE color: 11070110.

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

Color convert

RGB 158 234 168 -
CMYK 0.32 0 0.28 0.08
HSL 127.89º 0.64% 0.77% -
HSV(B) 127.89º 0.32% 0.92% -
XYZ 50.59 68.94 47.69 -
YUV 203.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 158 234 168 0.32 0 0.28 0.08 127.89 0.64 0.77
Hex 9E EA A8 20 0 1C 8 80 40 4D
Octal 236 352 250 40 0 34 10 200 100 115
Binary 10011110 11101010 10101000 100000 0 11100 1000 10000000 1000000 1001101

Color Harmonies of #9EEAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAA8

Black with #9EEAA8

Text Example


Text Example

White with #9EEAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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