#9EEEB3

Color #9EEEB3 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9EEEB3

Tints of Celadon #9EEEB3

Color information

#9EEEB3 (or 0x9EEEB3) is unknown color: approx Celadon. HEX triplet: 9E, EE and B3. RGB value is (158,238,179). Sum of RGB (Red+Green+Blue) = 158+238+179=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEEB3 is #61114C. Grayscale: #CFCFCF. Windows color (decimal): -6361421 or 11792030. OLE color: 11792030.

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

Color convert

RGB158238179-
CMYK0.3400.250.07
HSL135.75º70.18%77.65%-
HSV(B)135.75º33.61%93.33%-
XYZ52.8171.6753.7-
YUV207.3511292.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=27.48%
G=41.39%
B=31.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582381790.3400.250.07135.7570.1877.65
Hex9EEEB322019788464e
Octal236356263420317210106116
Binary1001111011101110101100111000100110011111000100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EEEB3;
 }
 .AnyTagClassName
 {
   color: #9EEEB3;
 }
</style>
background-color css

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

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

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

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

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

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