#B5F0DF

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

Shades of Water Leaf #B5F0DF

Tints of Water Leaf #B5F0DF

Color information

#B5F0DF (or 0xB5F0DF) is unknown color: approx Water Leaf. HEX triplet: B5, F0 and DF. RGB value is (181,240,223). Sum of RGB (Red+Green+Blue) = 181+240+223=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0DF is #4A0F20. Grayscale: #DCDCDC. Windows color (decimal): -4853537 or 14676149. OLE color: 14676149.

HSL color Cylindrical-coordinate representation of color #B5F0DF: hue angle of 162.71º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0DF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB181240223-
CMYK0.2500.070.06
HSL162.71º66.29%82.55%-
HSV(B)162.71º24.58%94.12%-
XYZ63.5477.4781.42-
YUV220.42129.4599.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=28.11%
G=37.27%
B=34.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402230.2500.070.06162.7166.2982.55
HexB5F0DF19076a34253
Octal26536033731076243102123
Binary1011010111110000110111111100101111101010001110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0DF; }

 p { color: rgb(181,240,223); }

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

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

 a { background-color: rgb(181,240,223); }

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

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

 span { border-color: rgb(181,240,223); }

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