#B6ECB5

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

Shades of Celadon #B6ECB5

Tints of Celadon #B6ECB5

Color information

#B6ECB5 (or 0xB6ECB5) is unknown color: approx Celadon. HEX triplet: B6, EC and B5. RGB value is (182,236,181). Sum of RGB (Red+Green+Blue) = 182+236+181=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECB5 is #49134A. Grayscale: #D5D5D5. Windows color (decimal): -4789067 or 11922614. OLE color: 11922614.

HSL color Cylindrical-coordinate representation of color #B6ECB5: hue angle of 118.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ECB5 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB182236181-
CMYK0.2300.230.07
HSL118.91º59.14%81.76%-
HSV(B)118.91º23.31%92.55%-
XYZ57.6373.2754.82-
YUV213.58109.61105.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=30.38%
G=39.40%
B=30.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822361810.2300.230.07118.9159.1481.76
HexB6ECB5170177773b52
Octal26635426527027716773122
Binary1011011011101100101101011011101011111111101111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECB5; }

 p { color: rgb(182,236,181); }

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

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

 a { background-color: rgb(182,236,181); }

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

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

 span { border-color: rgb(182,236,181); }

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