#B1ECB0

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

Shades of Celadon #B1ECB0

Tints of Celadon #B1ECB0

Color information

#B1ECB0 (or 0xB1ECB0) is unknown color: approx Celadon. HEX triplet: B1, EC and B0. RGB value is (177,236,176). Sum of RGB (Red+Green+Blue) = 177+236+176=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1ECB0 is #4E134F. Grayscale: #D3D3D3. Windows color (decimal): -5116752 or 11594929. OLE color: 11594929.

HSL color Cylindrical-coordinate representation of color #B1ECB0: hue angle of 119º degrees, saturation: 0.61, 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 #B1ECB0 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB177236176-
CMYK0.2500.250.07
HSL119º61.22%80.78%-
HSV(B)119º25.42%92.55%-
XYZ55.9672.4752.11-
YUV211.52107.95103.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=30.05%
G=40.07%
B=29.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772361760.2500.250.0711961.2280.78
HexB1ECB0190197773d51
Octal26135426031031716775121
Binary1011000111101100101100001100101100111111101111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECB0; }

 p { color: rgb(177,236,176); }

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

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

 a { background-color: rgb(177,236,176); }

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

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

 span { border-color: rgb(177,236,176); }

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