#b3f7e0

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

Shades of Water Leaf #B3F7E0

Tints of Water Leaf #B3F7E0

Color information

#B3F7E0 (or 0xB3F7E0) is unknown color: approx Water Leaf. HEX triplet: B3, F7 and E0. RGB value is (179,247,224). Sum of RGB (Red+Green+Blue) = 179+247+224=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7E0 is #4C081F. Grayscale: #E0E0E0. Windows color (decimal): -4982816 or 14743475. OLE color: 14743475.

HSL color Cylindrical-coordinate representation of color #B3F7E0: hue angle of 159.71º 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 #B3F7E0 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB179247224-
CMYK0.2800.090.03
HSL159.71º80.95%83.53%-
HSV(B)159.71º27.53%96.86%-
XYZ65.3181.4982.81-
YUV224.05127.9795.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.54%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=27.54%
G=38%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792472240.2800.090.03159.7180.9583.53
HexB3F7E01C093a05154
Octal263367340340113240121124
Binary1011001111110111111000001110001001111010000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f7e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f7e0; }

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

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

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

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

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

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

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

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