#B0F3E0

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

Shades of Water Leaf #B0F3E0

Tints of Water Leaf #B0F3E0

Color information

#B0F3E0 (or 0xB0F3E0) is unknown color: approx Water Leaf. HEX triplet: B0, F3 and E0. RGB value is (176,243,224). Sum of RGB (Red+Green+Blue) = 176+243+224=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3E0 is #4F0C1F. Grayscale: #DCDCDC. Windows color (decimal): -5180448 or 14742448. OLE color: 14742448.

HSL color Cylindrical-coordinate representation of color #B0F3E0: hue angle of 162.99º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3E0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB176243224-
CMYK0.2800.080.05
HSL162.99º73.63%82.16%-
HSV(B)162.99º27.57%95.29%-
XYZ63.4178.7182.37-
YUV220.8129.896.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.37%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=27.37%
G=37.79%
B=34.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762432240.2800.080.05162.9973.6382.16
HexB0F3E01C085a34a52
Octal260363340340105243112122
Binary10110000111100111110000011100010001011010001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3E0; }

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

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

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

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

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

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

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

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