#B0FEE0

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

Shades of Water Leaf #B0FEE0

Tints of Water Leaf #B0FEE0

Color information

#B0FEE0 (or 0xB0FEE0) is unknown color: approx Water Leaf. HEX triplet: B0, FE and E0. RGB value is (176,254,224). Sum of RGB (Red+Green+Blue) = 176+254+224=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEE0 is #4F011F. Grayscale: #E3E3E3. Windows color (decimal): -5177632 or 14745264. OLE color: 14745264.

HSL color Cylindrical-coordinate representation of color #B0FEE0: hue angle of 156.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEE0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB176254224-
CMYK0.3100.120.00
HSL156.92º97.5%84.31%-
HSV(B)156.92º30.71%99.61%-
XYZ66.885.583.5-
YUV227.26126.1691.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=26.91%
G=38.84%
B=34.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542240.3100.120.00156.9297.584.31
HexB0FEE01F0C09d6254
Octal260376340370140235142124
Binary101100001111111011100000111110110001001110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEE0; }

 p { color: rgb(176,254,224); }

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

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

 a { background-color: rgb(176,254,224); }

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

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

 span { border-color: rgb(176,254,224); }

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