#B6F8EA

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

Shades of Water Leaf #B6F8EA

Tints of Water Leaf #B6F8EA

Color information

#B6F8EA (or 0xB6F8EA) is unknown color: approx Water Leaf. HEX triplet: B6, F8 and EA. RGB value is (182,248,234). Sum of RGB (Red+Green+Blue) = 182+248+234=664 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.41% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8EA is #490715. Grayscale: #E2E2E2. Windows color (decimal): -4785942 or 15399094. OLE color: 15399094.

HSL color Cylindrical-coordinate representation of color #B6F8EA: hue angle of 167.27º 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 #B6F8EA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB182248234-
CMYK0.2700.060.03
HSL167.27º82.5%84.31%-
HSV(B)167.27º26.61%97.25%-
XYZ67.7183.0290.3-
YUV226.67132.1396.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.41%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=27.41%
G=37.35%
B=35.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482340.2700.060.03167.2782.584.31
HexB6F8EA1B063a75254
Octal26637035233063247122124
Binary101101101111100011101010110110110111010011110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8EA; }

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

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

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

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

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

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

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

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