Html Css Color HEX #9EEAAD Celadon

📋 copy color: '#9EEAAD'

red 158 ◦ green 234 ◦ blue 173

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

Shades of Celadon #9EEAAD

Tints of Celadon #9EEAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.62%

R = 27.96%
G = 41.42%
B = 30.62%

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

#9EEAAD (or 0x9EEAAD) is known color: Celadon. HEX triplet: 9E, EA and AD. RGB value is (158,234,173). Sum of RGB (Red+Green+Blue) = 158+234+173=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAAD is #611552. Grayscale: #CCCCCC. Windows color (decimal): -6362451 or 11397790. OLE color: 11397790.

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

Color convert

RGB 158 234 173 -
CMYK 0.32 0 0.26 0.08
HSL 131.84º 0.64% 0.77% -
HSV(B) 131.84º 0.32% 0.92% -
XYZ 51.07 69.13 50.19 -
YUV 204.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 158 234 173 0.32 0 0.26 0.08 131.84 0.64 0.77
Hex 9E EA AD 20 0 1A 8 84 40 4D
Octal 236 352 255 40 0 32 10 204 100 115
Binary 10011110 11101010 10101101 100000 0 11010 1000 10000100 1000000 1001101

Color Harmonies of #9EEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAAD

Black with #9EEAAD

Text Example


Text Example

White with #9EEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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