#B3EFDA

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

Shades of Water Leaf #B3EFDA

Tints of Water Leaf #B3EFDA

Color information

#B3EFDA (or 0xB3EFDA) is unknown color: approx Water Leaf. HEX triplet: B3, EF and DA. RGB value is (179,239,218). Sum of RGB (Red+Green+Blue) = 179+239+218=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFDA is #4C1025. Grayscale: #DADADA. Windows color (decimal): -4984870 or 14348211. OLE color: 14348211.

HSL color Cylindrical-coordinate representation of color #B3EFDA: hue angle of 159º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFDA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB179239218-
CMYK0.2500.090.06
HSL159º65.22%81.96%-
HSV(B)159º25.1%93.73%-
XYZ62.1176.3877.8-
YUV218.67127.6299.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.14%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=28.14%
G=37.58%
B=34.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392180.2500.090.0615965.2281.96
HexB3EFDA190969f4152
Octal263357332310116237101122
Binary10110011111011111101101011001010011101001111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFDA; }

 p { color: rgb(179,239,218); }

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

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

 a { background-color: rgb(179,239,218); }

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

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

 span { border-color: rgb(179,239,218); }

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