#B3FEE4

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

Shades of Water Leaf #B3FEE4

Tints of Water Leaf #B3FEE4

Color information

#B3FEE4 (or 0xB3FEE4) is unknown color: approx Water Leaf. HEX triplet: B3, FE and E4. RGB value is (179,254,228). Sum of RGB (Red+Green+Blue) = 179+254+228=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEE4 is #4C011B. Grayscale: #E4E4E4. Windows color (decimal): -4981020 or 15007411. OLE color: 15007411.

HSL color Cylindrical-coordinate representation of color #B3FEE4: hue angle of 159.2º 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 #B3FEE4 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB179254228-
CMYK0.3000.100.00
HSL159.2º97.4%84.9%-
HSV(B)159.2º29.53%99.61%-
XYZ68.0486.0786.43-
YUV228.61127.6592.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.08%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=27.08%
G=38.43%
B=34.49%

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
Decimal1792542280.3000.100.00159.297.484.9
HexB3FEE41E0A09f6155
Octal263376344360120237141125
Binary101100111111111011100100111100101001001111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEE4; }

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

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

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

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

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

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

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

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