#B5EEE0

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

Shades of Water Leaf #B5EEE0

Tints of Water Leaf #B5EEE0

Color information

#B5EEE0 (or 0xB5EEE0) is unknown color: approx Water Leaf. HEX triplet: B5, EE and E0. RGB value is (181,238,224). Sum of RGB (Red+Green+Blue) = 181+238+224=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEE0 is #4A111F. Grayscale: #DBDBDB. Windows color (decimal): -4854048 or 14741173. OLE color: 14741173.

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

Color convert

RGB181238224-
CMYK0.2400.060.07
HSL165.26º62.64%82.16%-
HSV(B)165.26º23.95%93.33%-
XYZ63.0976.3581.93-
YUV219.36130.62100.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.15%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=28.15%
G=37.01%
B=34.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812382240.2400.060.07165.2662.6482.16
HexB5EEE018067a53f52
Octal2653563403006724577122
Binary101101011110111011100000110000110111101001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEE0; }

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

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

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

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

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

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

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

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