#B3F6DD

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

Shades of Water Leaf #B3F6DD

Tints of Water Leaf #B3F6DD

Color information

#B3F6DD (or 0xB3F6DD) is unknown color: approx Water Leaf. HEX triplet: B3, F6 and DD. RGB value is (179,246,221). Sum of RGB (Red+Green+Blue) = 179+246+221=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6DD is #4C0922. Grayscale: #DFDFDF. Windows color (decimal): -4983075 or 14546611. OLE color: 14546611.

HSL color Cylindrical-coordinate representation of color #B3F6DD: hue angle of 157.61º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6DD is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB179246221-
CMYK0.2700.100.04
HSL157.61º78.82%83.33%-
HSV(B)157.61º27.24%96.47%-
XYZ64.680.7280.58-
YUV223.12126.896.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.71%
GREEN value IS 246 (96.48% from 255) = 38.08%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=27.71%
G=38.08%
B=34.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792462210.2700.100.04157.6178.8283.33
HexB3F6DD1B0A49e4f53
Octal263366335330124236117123
Binary10110011111101101101110111011010101001001111010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F6DD; }

 p { color: rgb(179,246,221); }

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

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

 a { background-color: rgb(179,246,221); }

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

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

 span { border-color: rgb(179,246,221); }

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