#B5FBEA

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

Shades of Water Leaf #B5FBEA

Tints of Water Leaf #B5FBEA

Color information

#B5FBEA (or 0xB5FBEA) is unknown color: approx Water Leaf. HEX triplet: B5, FB and EA. RGB value is (181,251,234). Sum of RGB (Red+Green+Blue) = 181+251+234=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBEA is #4A0415. Grayscale: #E4E4E4. Windows color (decimal): -4850710 or 15399861. OLE color: 15399861.

HSL color Cylindrical-coordinate representation of color #B5FBEA: hue angle of 165.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBEA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB181251234-
CMYK0.2800.070.02
HSL165.43º89.74%84.71%-
HSV(B)165.43º27.89%98.43%-
XYZ68.484.7690.6-
YUV228.13131.3194.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.18%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=27.18%
G=37.69%
B=35.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512340.2800.070.02165.4389.7484.71
HexB5FBEA1C072a55a55
Octal26537335234072245132125
Binary101101011111101111101010111000111101010010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBEA; }

 p { color: rgb(181,251,234); }

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

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

 a { background-color: rgb(181,251,234); }

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

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

 span { border-color: rgb(181,251,234); }

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