#B1EBB0

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

Shades of Celadon #B1EBB0

Tints of Celadon #B1EBB0

Color information

#B1EBB0 (or 0xB1EBB0) is unknown color: approx Celadon. HEX triplet: B1, EB and B0. RGB value is (177,235,176). Sum of RGB (Red+Green+Blue) = 177+235+176=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EBB0 is #4E144F. Grayscale: #D3D3D3. Windows color (decimal): -5117008 or 11594673. OLE color: 11594673.

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

Color convert

RGB177235176-
CMYK0.2500.250.08
HSL118.98º59.6%80.59%-
HSV(B)118.98º25.11%92.16%-
XYZ55.6871.952.02-
YUV210.93108.28103.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 176 (69.14% from 255) = 29.93%
R=30.10%
G=39.97%
B=29.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351760.2500.250.08118.9859.680.59
HexB1EBB0190198773c51
Octal261353260310311016774121
Binary10110001111010111011000011001011001100011101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBB0; }

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

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

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

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

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

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

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

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