#b5efdd

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

Shades of Water Leaf #B5EFDD

Tints of Water Leaf #B5EFDD

Color information

#B5EFDD (or 0xB5EFDD) is unknown color: approx Water Leaf. HEX triplet: B5, EF and DD. RGB value is (181,239,221). Sum of RGB (Red+Green+Blue) = 181+239+221=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDD is #4A1022. Grayscale: #DBDBDB. Windows color (decimal): -4853795 or 14544821. OLE color: 14544821.

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

Color convert

RGB181239221-
CMYK0.2400.080.06
HSL161.38º64.44%82.35%-
HSV(B)161.38º24.27%93.73%-
XYZ62.9776.7879.91-
YUV219.61128.78100.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.24%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=28.24%
G=37.29%
B=34.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392210.2400.080.06161.3864.4482.35
HexB5EFDD18086a14052
Octal265357335300106241100122
Binary10110101111011111101110111000010001101010000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5efdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5efdd; }

 p { color: rgb(181,239,221); }

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

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

 a { background-color: rgb(181,239,221); }

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

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

 span { border-color: rgb(181,239,221); }

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