#B3F7DD

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

Shades of Water Leaf #B3F7DD

Tints of Water Leaf #B3F7DD

Color information

#B3F7DD (or 0xB3F7DD) is unknown color: approx Water Leaf. HEX triplet: B3, F7 and DD. RGB value is (179,247,221). Sum of RGB (Red+Green+Blue) = 179+247+221=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7DD is #4C0822. Grayscale: #DFDFDF. Windows color (decimal): -4982819 or 14546867. OLE color: 14546867.

HSL color Cylindrical-coordinate representation of color #B3F7DD: hue angle of 157.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7DD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB179247221-
CMYK0.2800.110.03
HSL157.06º80.95%83.53%-
HSV(B)157.06º27.53%96.86%-
XYZ64.981.3380.68-
YUV223.7126.4796.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=27.67%
G=38.18%
B=34.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792472210.2800.110.03157.0680.9583.53
HexB3F7DD1C0B39d5154
Octal263367335340133235121124
Binary1011001111110111110111011110001011111001110110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7DD; }

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

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

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

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

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

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

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

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