#b6eee1

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

Shades of Water Leaf #B6EEE1

Tints of Water Leaf #B6EEE1

Color information

#B6EEE1 (or 0xB6EEE1) is unknown color: approx Water Leaf. HEX triplet: B6, EE and E1. RGB value is (182,238,225). Sum of RGB (Red+Green+Blue) = 182+238+225=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EEE1 is #49111E. Grayscale: #DBDBDB. Windows color (decimal): -4788511 or 14806710. OLE color: 14806710.

HSL color Cylindrical-coordinate representation of color #B6EEE1: hue angle of 166.07º 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 #B6EEE1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB182238225-
CMYK0.2400.050.07
HSL166.07º62.22%82.35%-
HSV(B)166.07º23.53%93.33%-
XYZ63.4676.5382.66-
YUV219.77130.95101.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.22%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=28.22%
G=36.90%
B=34.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382250.2400.050.07166.0762.2282.35
HexB6EEE118057a63e52
Octal2663563413005724676122
Binary101101101110111011100001110000101111101001101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6eee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6eee1; }

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

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

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

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

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

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

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

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