#B3FEE5

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

Shades of Water Leaf #B3FEE5

Tints of Water Leaf #B3FEE5

Color information

#B3FEE5 (or 0xB3FEE5) is unknown color: approx Water Leaf. HEX triplet: B3, FE and E5. RGB value is (179,254,229). Sum of RGB (Red+Green+Blue) = 179+254+229=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEE5 is #4C011A. Grayscale: #E4E4E4. Windows color (decimal): -4981019 or 15072947. OLE color: 15072947.

HSL color Cylindrical-coordinate representation of color #B3FEE5: hue angle of 160º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEE5 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB179254229-
CMYK0.3000.100.00
HSL160º97.4%84.9%-
HSV(B)160º29.53%99.61%-
XYZ68.1886.1287.16-
YUV228.72128.1592.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=27.04%
G=38.37%
B=34.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542290.3000.100.0016097.484.9
HexB3FEE51E0A0a06155
Octal263376345360120240141125
Binary101100111111111011100101111100101001010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEE5; }

 p { color: rgb(179,254,229); }

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

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

 a { background-color: rgb(179,254,229); }

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

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

 span { border-color: rgb(179,254,229); }

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