#B6FEEA

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

Shades of Water Leaf #B6FEEA

Tints of Water Leaf #B6FEEA

Color information

#B6FEEA (or 0xB6FEEA) is unknown color: approx Water Leaf. HEX triplet: B6, FE and EA. RGB value is (182,254,234). Sum of RGB (Red+Green+Blue) = 182+254+234=670 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.16% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEEA is #490115. Grayscale: #E6E6E6. Windows color (decimal): -4784406 or 15400630. OLE color: 15400630.

HSL color Cylindrical-coordinate representation of color #B6FEEA: hue angle of 163.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FEEA is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB182254234-
CMYK0.2800.080.00
HSL163.33º97.3%85.49%-
HSV(B)163.33º28.35%99.61%-
XYZ69.5886.7790.92-
YUV230.19130.1593.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.16%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=27.16%
G=37.91%
B=34.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822542340.2800.080.00163.3397.385.49
HexB6FEEA1C080a36155
Octal266376352340100243141125
Binary101101101111111011101010111000100001010001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEEA; }

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

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

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

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

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

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

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

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