#B5EFD8

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

Shades of Water Leaf #B5EFD8

Tints of Water Leaf #B5EFD8

Color information

#B5EFD8 (or 0xB5EFD8) is unknown color: approx Water Leaf. HEX triplet: B5, EF and D8. RGB value is (181,239,216). Sum of RGB (Red+Green+Blue) = 181+239+216=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFD8 is #4A1027. Grayscale: #DBDBDB. Windows color (decimal): -4853800 or 14217141. OLE color: 14217141.

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

Color convert

RGB181239216-
CMYK0.2400.100.06
HSL156.21º64.44%82.35%-
HSV(B)156.21º24.27%93.73%-
XYZ62.3276.5176.45-
YUV219.04126.28100.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.46%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=28.46%
G=37.58%
B=33.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392160.2400.100.06156.2164.4482.35
HexB5EFD8180A69c4052
Octal265357330300126234100122
Binary10110101111011111101100011000010101101001110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFD8; }

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

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

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

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

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

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

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

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