#B2EEE0

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

Shades of Water Leaf #B2EEE0

Tints of Water Leaf #B2EEE0

Color information

#B2EEE0 (or 0xB2EEE0) is unknown color: approx Water Leaf. HEX triplet: B2, EE and E0. RGB value is (178,238,224). Sum of RGB (Red+Green+Blue) = 178+238+224=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEE0 is #4D111F. Grayscale: #DADADA. Windows color (decimal): -5050656 or 14741170. OLE color: 14741170.

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

Color convert

RGB178238224-
CMYK0.2500.060.07
HSL166º63.83%81.57%-
HSV(B)166º25.21%93.33%-
XYZ62.397681.9-
YUV218.46131.1299.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.81%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 224 (87.89% from 255) = 35%
R=27.81%
G=37.19%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782382240.2500.060.0716663.8381.57
HexB2EEE019067a64052
Octal26235634031067246100122
Binary1011001011101110111000001100101101111010011010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEE0; }

 p { color: rgb(178,238,224); }

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

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

 a { background-color: rgb(178,238,224); }

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

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

 span { border-color: rgb(178,238,224); }

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