Html Css Color HEX #9EEAAC Celadon

📋 copy color: '#9EEAAC'

red 158 ◦ green 234 ◦ blue 172

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

Shades of Celadon #9EEAAC

Tints of Celadon #9EEAAC

RGB

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

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

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

R = 28.01%
G = 41.49%
B = 30.5%

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

#9EEAAC (or 0x9EEAAC) is known color: Celadon. HEX triplet: 9E, EA and AC. RGB value is (158,234,172). Sum of RGB (Red+Green+Blue) = 158+234+172=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAAC is #611553. Grayscale: #CCCCCC. Windows color (decimal): -6362452 or 11332254. OLE color: 11332254.

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

Color convert

RGB 158 234 172 -
CMYK 0.32 0 0.26 0.08
HSL 131.05º 0.64% 0.77% -
HSV(B) 131.05º 0.32% 0.92% -
XYZ 50.97 69.09 49.68 -
YUV 204.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 158 234 172 0.32 0 0.26 0.08 131.05 0.64 0.77
Hex 9E EA AC 20 0 1A 8 83 40 4D
Octal 236 352 254 40 0 32 10 203 100 115
Binary 10011110 11101010 10101100 100000 0 11010 1000 10000011 1000000 1001101

Color Harmonies of #9EEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAAC

Black with #9EEAAC

Text Example


Text Example

White with #9EEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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