#B4F7EB

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

Shades of Water Leaf #B4F7EB

Tints of Water Leaf #B4F7EB

Color information

#B4F7EB (or 0xB4F7EB) is unknown color: approx Water Leaf. HEX triplet: B4, F7 and EB. RGB value is (180,247,235). Sum of RGB (Red+Green+Blue) = 180+247+235=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F7EB is #4B0814. Grayscale: #E1E1E1. Windows color (decimal): -4917269 or 15464372. OLE color: 15464372.

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

Color convert

RGB180247235-
CMYK0.2700.050.03
HSL169.25º80.72%83.73%-
HSV(B)169.25º27.13%96.86%-
XYZ67.0882.2290.93-
YUV225.6133.395.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.19%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=27.19%
G=37.31%
B=35.50%

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
Decimal1802472350.2700.050.03169.2580.7283.73
HexB4F7EB1B053a95154
Octal26436735333053251121124
Binary101101001111011111101011110110101111010100110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F7EB; }

 p { color: rgb(180,247,235); }

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

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

 a { background-color: rgb(180,247,235); }

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

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

 span { border-color: rgb(180,247,235); }

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