#B2ECB3

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

Shades of Celadon #B2ECB3

Tints of Celadon #B2ECB3

Color information

#B2ECB3 (or 0xB2ECB3) is unknown color: approx Celadon. HEX triplet: B2, EC and B3. RGB value is (178,236,179). Sum of RGB (Red+Green+Blue) = 178+236+179=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECB3 is #4D134C. Grayscale: #D4D4D4. Windows color (decimal): -5051213 or 11791538. OLE color: 11791538.

HSL color Cylindrical-coordinate representation of color #B2ECB3: hue angle of 121.03º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECB3 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB178236179-
CMYK0.2500.240.07
HSL121.03º60.42%81.18%-
HSV(B)121.03º24.58%92.55%-
XYZ56.4972.7153.7-
YUV212.16109.28103.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.02%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=30.02%
G=39.80%
B=30.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361790.2500.240.07121.0360.4281.18
HexB2ECB3190187793c51
Octal26235426331030717174121
Binary1011001011101100101100111100101100011111110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECB3; }

 p { color: rgb(178,236,179); }

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

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

 a { background-color: rgb(178,236,179); }

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

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

 span { border-color: rgb(178,236,179); }

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