#B6F1E0

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

Shades of Water Leaf #B6F1E0

Tints of Water Leaf #B6F1E0

Color information

#B6F1E0 (or 0xB6F1E0) is unknown color: approx Water Leaf. HEX triplet: B6, F1 and E0. RGB value is (182,241,224). Sum of RGB (Red+Green+Blue) = 182+241+224=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1E0 is #490E1F. Grayscale: #DDDDDD. Windows color (decimal): -4787744 or 14741942. OLE color: 14741942.

HSL color Cylindrical-coordinate representation of color #B6F1E0: hue angle of 162.71º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1E0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB182241224-
CMYK0.2400.070.05
HSL162.71º67.82%82.94%-
HSV(B)162.71º24.48%94.51%-
XYZ64.278.2482.24-
YUV221.42129.4599.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.13%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=28.13%
G=37.25%
B=34.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412240.2400.070.05162.7167.8282.94
HexB6F1E018075a34453
Octal26636134030075243104123
Binary1011011011110001111000001100001111011010001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1E0; }

 p { color: rgb(182,241,224); }

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

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

 a { background-color: rgb(182,241,224); }

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

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

 span { border-color: rgb(182,241,224); }

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