#B5F2DD

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

Shades of Water Leaf #B5F2DD

Tints of Water Leaf #B5F2DD

Color information

#B5F2DD (or 0xB5F2DD) is unknown color: approx Water Leaf. HEX triplet: B5, F2 and DD. RGB value is (181,242,221). Sum of RGB (Red+Green+Blue) = 181+242+221=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2DD is #4A0D22. Grayscale: #DDDDDD. Windows color (decimal): -4853027 or 14545589. OLE color: 14545589.

HSL color Cylindrical-coordinate representation of color #B5F2DD: hue angle of 159.34º degrees, saturation: 0.7, 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 #B5F2DD is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB181242221-
CMYK0.2500.090.05
HSL159.34º70.11%82.94%-
HSV(B)159.34º25.21%94.9%-
XYZ63.8678.5580.2-
YUV221.37127.7999.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=28.11%
G=37.58%
B=34.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812422210.2500.090.05159.3470.1182.94
HexB5F2DD190959f4653
Octal265362335310115237106123
Binary10110101111100101101110111001010011011001111110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F2DD; }

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

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

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

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

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

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

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

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