#B6F8EB

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

Shades of Water Leaf #B6F8EB

Tints of Water Leaf #B6F8EB

Color information

#B6F8EB (or 0xB6F8EB) is unknown color: approx Water Leaf. HEX triplet: B6, F8 and EB. RGB value is (182,248,235). Sum of RGB (Red+Green+Blue) = 182+248+235=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8EB is #490714. Grayscale: #E2E2E2. Windows color (decimal): -4785941 or 15464630. OLE color: 15464630.

HSL color Cylindrical-coordinate representation of color #B6F8EB: hue angle of 168.18º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F8EB is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB182248235-
CMYK0.2700.050.03
HSL168.18º82.5%84.31%-
HSV(B)168.18º26.61%97.25%-
XYZ67.8583.0891.06-
YUV226.78132.6396.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.37%
GREEN value IS 248 (97.27% from 255) = 37.29%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=27.37%
G=37.29%
B=35.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482350.2700.050.03168.1882.584.31
HexB6F8EB1B053a85254
Octal26637035333053250122124
Binary101101101111100011101011110110101111010100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8EB; }

 p { color: rgb(182,248,235); }

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

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

 a { background-color: rgb(182,248,235); }

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

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

 span { border-color: rgb(182,248,235); }

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