#B3FFEC

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

Shades of Water Leaf #B3FFEC

Tints of Water Leaf #B3FFEC

Color information

#B3FFEC (or 0xB3FFEC) is unknown color: approx Water Leaf. HEX triplet: B3, FF and EC. RGB value is (179,255,236). Sum of RGB (Red+Green+Blue) = 179+255+236=670 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.72% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEC is #4C0013. Grayscale: #E6E6E6. Windows color (decimal): -4980756 or 15531955. OLE color: 15531955.

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

Color convert

RGB179255236-
CMYK0.3000.070
HSL165º100%85.1%-
HSV(B)165º29.8%100%-
XYZ69.4987.1692.52-
YUV230.11131.3291.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.72%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=26.72%
G=38.06%
B=35.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552360.3000.07016510085.1
HexB3FFEC1E070a56455
Octal26337735436070245144125
Binary10110011111111111110110011110011101010010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFEC; }

 p { color: rgb(179,255,236); }

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

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

 a { background-color: rgb(179,255,236); }

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

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

 span { border-color: rgb(179,255,236); }

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