#B3EDDD

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

Shades of Water Leaf #B3EDDD

Tints of Water Leaf #B3EDDD

Color information

#B3EDDD (or 0xB3EDDD) is unknown color: approx Water Leaf. HEX triplet: B3, ED and DD. RGB value is (179,237,221). Sum of RGB (Red+Green+Blue) = 179+237+221=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDDD is #4C1222. Grayscale: #D9D9D9. Windows color (decimal): -4985379 or 14544307. OLE color: 14544307.

HSL color Cylindrical-coordinate representation of color #B3EDDD: hue angle of 163.45º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDDD is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB179237221-
CMYK0.2400.070.07
HSL163.45º61.7%81.57%-
HSV(B)163.45º24.47%92.94%-
XYZ61.9375.3779.69-
YUV217.83129.78100.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=28.10%
G=37.21%
B=34.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792372210.2400.070.07163.4561.781.57
HexB3EDDD18077a33e52
Octal2633553353007724376122
Binary101100111110110111011101110000111111101000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDDD; }

 p { color: rgb(179,237,221); }

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

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

 a { background-color: rgb(179,237,221); }

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

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

 span { border-color: rgb(179,237,221); }

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