#B5F8EA

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

Shades of Water Leaf #B5F8EA

Tints of Water Leaf #B5F8EA

Color information

#B5F8EA (or 0xB5F8EA) is unknown color: approx Water Leaf. HEX triplet: B5, F8 and EA. RGB value is (181,248,234). Sum of RGB (Red+Green+Blue) = 181+248+234=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8EA is #4A0715. Grayscale: #E2E2E2. Windows color (decimal): -4851478 or 15399093. OLE color: 15399093.

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

Color convert

RGB181248234-
CMYK0.2700.060.03
HSL167.46º82.72%84.12%-
HSV(B)167.46º27.02%97.25%-
XYZ67.4782.990.29-
YUV226.37132.395.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.30%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=27.30%
G=37.41%
B=35.29%

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
Decimal1812482340.2700.060.03167.4682.7284.12
HexB5F8EA1B063a75354
Octal26537035233063247123124
Binary101101011111100011101010110110110111010011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8EA; }

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

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

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

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

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

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

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

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