#9CEFB0

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

Shades of Celadon #9CEFB0

Tints of Celadon #9CEFB0

Color information

#9CEFB0 (or 0x9CEFB0) is unknown color: approx Celadon. HEX triplet: 9C, EF and B0. RGB value is (156,239,176). Sum of RGB (Red+Green+Blue) = 156+239+176=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEFB0 is #63104F. Grayscale: #CFCFCF. Windows color (decimal): -6492240 or 11595676. OLE color: 11595676.

HSL color Cylindrical-coordinate representation of color #9CEFB0: hue angle of 134.46º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFB0 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB156239176-
CMYK0.3500.260.06
HSL134.46º72.17%77.45%-
HSV(B)134.46º34.73%93.73%-
XYZ52.4171.9452.2-
YUV207110.591.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=27.32%
G=41.86%
B=30.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562391760.3500.260.06134.4672.1777.45
Hex9CEFB02301A686484d
Octal234357260430326206110115
Binary1001110011101111101100001000110110101101000011010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,239,176); }

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

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

 a { background-color: rgb(156,239,176); }

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

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

 span { border-color: rgb(156,239,176); }

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