#B6F6EB

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

Shades of Water Leaf #B6F6EB

Tints of Water Leaf #B6F6EB

Color information

#B6F6EB (or 0xB6F6EB) is unknown color: approx Water Leaf. HEX triplet: B6, F6 and EB. RGB value is (182,246,235). Sum of RGB (Red+Green+Blue) = 182+246+235=663 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.45% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F6EB is #490914. Grayscale: #E1E1E1. Windows color (decimal): -4786453 or 15464118. OLE color: 15464118.

HSL color Cylindrical-coordinate representation of color #B6F6EB: hue angle of 169.69º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6EB is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB182246235-
CMYK0.2600.040.04
HSL169.69º78.05%83.92%-
HSV(B)169.69º26.02%96.47%-
XYZ67.2481.8590.85-
YUV225.61133.396.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.45%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=27.45%
G=37.10%
B=35.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822462350.2600.040.04169.6978.0583.92
HexB6F6EB1A044aa4e54
Octal26636635332044252116124
Binary1011011011110110111010111101001001001010101010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6EB; }

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

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

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

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

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

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

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

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