#B6EED9

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

Shades of Water Leaf #B6EED9

Tints of Water Leaf #B6EED9

Color information

#B6EED9 (or 0xB6EED9) is unknown color: approx Water Leaf. HEX triplet: B6, EE and D9. RGB value is (182,238,217). Sum of RGB (Red+Green+Blue) = 182+238+217=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EED9 is #491126. Grayscale: #DADADA. Windows color (decimal): -4788519 or 14282422. OLE color: 14282422.

HSL color Cylindrical-coordinate representation of color #B6EED9: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EED9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB182238217-
CMYK0.2400.090.07
HSL157.5º62.22%82.35%-
HSV(B)157.5º23.53%93.33%-
XYZ62.3976.177.05-
YUV218.86126.95101.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=28.57%
G=37.36%
B=34.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382170.2400.090.07157.562.2282.35
HexB6EED9180979e3e52
Octal26635633130011723676122
Binary1011011011101110110110011100001001111100111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EED9; }

 p { color: rgb(182,238,217); }

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

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

 a { background-color: rgb(182,238,217); }

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

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

 span { border-color: rgb(182,238,217); }

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