Html Css Color HEX #9EEEAE Celadon

📋 copy color: '#9EEEAE'

red 158 ◦ green 238 ◦ blue 174

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

Shades of Celadon #9EEEAE

Tints of Celadon #9EEEAE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.75%

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

R = 27.72%
G = 41.75%
B = 30.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9EEEAE (or 0x9EEEAE) is known color: Celadon. HEX triplet: 9E, EE and AE. RGB value is (158,238,174). Sum of RGB (Red+Green+Blue) = 158+238+174=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEEAE is #611151. Grayscale: #CECECE. Windows color (decimal): -6361426 or 11464350. OLE color: 11464350.

HSL color Cylindrical-coordinate representation of color #9EEEAE: hue angle of 132º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEAE is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 174 -
CMYK 0.34 0 0.27 0.07
HSL 132º 0.7% 0.78% -
HSV(B) 132º 0.34% 0.93% -
XYZ 52.32 71.47 51.08 -
YUV 206.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 158 238 174 0.34 0 0.27 0.07 132 0.7 0.78
Hex 9E EE AE 22 0 1B 7 84 46 4E
Octal 236 356 256 42 0 33 7 204 106 116
Binary 10011110 11101110 10101110 100010 0 11011 111 10000100 1000110 1001110

Color Harmonies of #9EEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEAE

Black with #9EEEAE

Text Example


Text Example

White with #9EEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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