#B3FFEA

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

Shades of Water Leaf #B3FFEA

Tints of Water Leaf #B3FFEA

Color information

#B3FFEA (or 0xB3FFEA) is unknown color: approx Water Leaf. HEX triplet: B3, FF and EA. RGB value is (179,255,234). Sum of RGB (Red+Green+Blue) = 179+255+234=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEA is #4C0015. Grayscale: #E5E5E5. Windows color (decimal): -4980758 or 15400883. OLE color: 15400883.

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

Color convert

RGB179255234-
CMYK0.3000.080
HSL163.42º100%85.1%-
HSV(B)163.42º29.8%100%-
XYZ69.287.0491-
YUV229.88130.3291.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.80%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=26.80%
G=38.17%
B=35.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552340.3000.080163.4210085.1
HexB3FFEA1E080a36455
Octal263377352360100243144125
Binary101100111111111111101010111100100001010001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFEA; }

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

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

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

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

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

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

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

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