#B3EEE6

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

Shades of Water Leaf #B3EEE6

Tints of Water Leaf #B3EEE6

Color information

#B3EEE6 (or 0xB3EEE6) is unknown color: approx Water Leaf. HEX triplet: B3, EE and E6. RGB value is (179,238,230). Sum of RGB (Red+Green+Blue) = 179+238+230=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEE6 is #4C1119. Grayscale: #DBDBDB. Windows color (decimal): -4985114 or 15134387. OLE color: 15134387.

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

Color convert

RGB179238230-
CMYK0.2500.030.07
HSL171.86º63.44%81.76%-
HSV(B)171.86º24.79%93.33%-
XYZ63.4576.4586.27-
YUV219.45133.9599.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 230 (90.23% from 255) = 35.55%
R=27.67%
G=36.79%
B=35.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792382300.2500.030.07171.8663.4481.76
HexB3EEE619037ac3f52
Octal2633563463103725477122
Binary10110011111011101110011011001011111101011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEE6; }

 p { color: rgb(179,238,230); }

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

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

 a { background-color: rgb(179,238,230); }

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

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

 span { border-color: rgb(179,238,230); }

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