Html Css Color HEX #9EEAAE Celadon

📋 copy color: '#9EEAAE'

red 158 ◦ green 234 ◦ blue 174

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

Shades of Celadon #9EEAAE

Tints of Celadon #9EEAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 27.92%
G = 41.34%
B = 30.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#9EEAAE (or 0x9EEAAE) is known color: Celadon. HEX triplet: 9E, EA and AE. RGB value is (158,234,174). Sum of RGB (Red+Green+Blue) = 158+234+174=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAAE is #611551. Grayscale: #CCCCCC. Windows color (decimal): -6362450 or 11463326. OLE color: 11463326.

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

Color convert

RGB 158 234 174 -
CMYK 0.32 0 0.26 0.08
HSL 132.63º 0.64% 0.77% -
HSV(B) 132.63º 0.32% 0.92% -
XYZ 51.16 69.17 50.7 -
YUV 204.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 158 234 174 0.32 0 0.26 0.08 132.63 0.64 0.77
Hex 9E EA AE 20 0 1A 8 85 40 4D
Octal 236 352 256 40 0 32 10 205 100 115
Binary 10011110 11101010 10101110 100000 0 11010 1000 10000101 1000000 1001101

Color Harmonies of #9EEAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAAE

Black with #9EEAAE

Text Example


Text Example

White with #9EEAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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