#B5F9E0

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

Shades of Water Leaf #B5F9E0

Tints of Water Leaf #B5F9E0

Color information

#B5F9E0 (or 0xB5F9E0) is unknown color: approx Water Leaf. HEX triplet: B5, F9 and E0. RGB value is (181,249,224). Sum of RGB (Red+Green+Blue) = 181+249+224=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F9E0 is #4A061F. Grayscale: #E1E1E1. Windows color (decimal): -4851232 or 14743989. OLE color: 14743989.

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

Color convert

RGB181249224-
CMYK0.2700.100.02
HSL157.94º85%84.31%-
HSV(B)157.94º27.31%97.65%-
XYZ66.3982.9683.03-
YUV225.82126.9796.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.68%
GREEN value IS 249 (97.66% from 255) = 38.07%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=27.68%
G=38.07%
B=34.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812492240.2700.100.02157.948584.31
HexB5F9E01B0A29e5554
Octal265371340330122236125124
Binary1011010111111001111000001101101010101001111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F9E0; }

 p { color: rgb(181,249,224); }

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

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

 a { background-color: rgb(181,249,224); }

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

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

 span { border-color: rgb(181,249,224); }

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