Html Css Color HEX #9EEEAF Celadon

📋 copy color: '#9EEEAF'

red 158 ◦ green 238 ◦ blue 175

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

Shades of Celadon #9EEEAF

Tints of Celadon #9EEEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 27.67%
G = 41.68%
B = 30.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9EEEAF (or 0x9EEEAF) is known color: Celadon. HEX triplet: 9E, EE and AF. RGB value is (158,238,175). Sum of RGB (Red+Green+Blue) = 158+238+175=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEEAF is #611150. Grayscale: #CFCFCF. Windows color (decimal): -6361425 or 11529886. OLE color: 11529886.

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

Color convert

RGB 158 238 175 -
CMYK 0.34 0 0.26 0.07
HSL 132.75º 0.7% 0.78% -
HSV(B) 132.75º 0.34% 0.93% -
XYZ 52.41 71.51 51.6 -
YUV 206.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 158 238 175 0.34 0 0.26 0.07 132.75 0.7 0.78
Hex 9E EE AF 22 0 1A 7 85 46 4E
Octal 236 356 257 42 0 32 7 205 106 116
Binary 10011110 11101110 10101111 100010 0 11010 111 10000101 1000110 1001110

Color Harmonies of #9EEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEAF

Black with #9EEEAF

Text Example


Text Example

White with #9EEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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