#B3F9E0

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

Shades of Water Leaf #B3F9E0

Tints of Water Leaf #B3F9E0

Color information

#B3F9E0 (or 0xB3F9E0) is unknown color: approx Water Leaf. HEX triplet: B3, F9 and E0. RGB value is (179,249,224). Sum of RGB (Red+Green+Blue) = 179+249+224=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9E0 is #4C061F. Grayscale: #E1E1E1. Windows color (decimal): -4982304 or 14743987. OLE color: 14743987.

HSL color Cylindrical-coordinate representation of color #B3F9E0: hue angle of 158.57º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9E0 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB179249224-
CMYK0.2800.100.02
HSL158.57º85.37%83.92%-
HSV(B)158.57º28.11%97.65%-
XYZ65.9282.7283.01-
YUV225.22127.3195.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.45%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=27.45%
G=38.19%
B=34.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792492240.2800.100.02158.5785.3783.92
HexB3F9E01C0A29f5554
Octal263371340340122237125124
Binary1011001111111001111000001110001010101001111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9E0; }

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

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

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

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

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

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

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

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