#B5F1DA

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

Shades of Water Leaf #B5F1DA

Tints of Water Leaf #B5F1DA

Color information

#B5F1DA (or 0xB5F1DA) is unknown color: approx Water Leaf. HEX triplet: B5, F1 and DA. RGB value is (181,241,218). Sum of RGB (Red+Green+Blue) = 181+241+218=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1DA is #4A0E25. Grayscale: #DCDCDC. Windows color (decimal): -4853286 or 14348725. OLE color: 14348725.

HSL color Cylindrical-coordinate representation of color #B5F1DA: hue angle of 157º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1DA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB181241218-
CMYK0.2500.100.05
HSL157º68.18%82.75%-
HSV(B)157º24.9%94.51%-
XYZ63.1777.878.02-
YUV220.44126.6299.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.28%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=28.28%
G=37.66%
B=34.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412180.2500.100.0515768.1882.75
HexB5F1DA190A59d4453
Octal265361332310125235104123
Binary10110101111100011101101011001010101011001110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1DA; }

 p { color: rgb(181,241,218); }

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

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

 a { background-color: rgb(181,241,218); }

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

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

 span { border-color: rgb(181,241,218); }

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