#B5EFDC

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

Shades of Water Leaf #B5EFDC

Tints of Water Leaf #B5EFDC

Color information

#B5EFDC (or 0xB5EFDC) is unknown color: approx Water Leaf. HEX triplet: B5, EF and DC. RGB value is (181,239,220). Sum of RGB (Red+Green+Blue) = 181+239+220=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDC is #4A1023. Grayscale: #DBDBDB. Windows color (decimal): -4853796 or 14479285. OLE color: 14479285.

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

Color convert

RGB181239220-
CMYK0.2400.080.06
HSL160.34º64.44%82.35%-
HSV(B)160.34º24.27%93.73%-
XYZ62.8476.7279.21-
YUV219.49128.28100.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.28%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=28.28%
G=37.34%
B=34.38%

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
Decimal1812392200.2400.080.06160.3464.4482.35
HexB5EFDC18086a04052
Octal265357334300106240100122
Binary10110101111011111101110011000010001101010000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFDC; }

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

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

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

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

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

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

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

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