#B5EFE4

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

Shades of Water Leaf #B5EFE4

Tints of Water Leaf #B5EFE4

Color information

#B5EFE4 (or 0xB5EFE4) is unknown color: approx Water Leaf. HEX triplet: B5, EF and E4. RGB value is (181,239,228). Sum of RGB (Red+Green+Blue) = 181+239+228=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFE4 is #4A101B. Grayscale: #DCDCDC. Windows color (decimal): -4853788 or 15003573. OLE color: 15003573.

HSL color Cylindrical-coordinate representation of color #B5EFE4: hue angle of 168.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFE4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB181239228-
CMYK0.2400.050.06
HSL168.62º64.44%82.35%-
HSV(B)168.62º24.27%93.73%-
XYZ63.9377.1684.92-
YUV220.4132.2899.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.93%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=27.93%
G=36.88%
B=35.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392280.2400.050.06168.6264.4482.35
HexB5EFE418056a94052
Octal26535734430056251100122
Binary1011010111101111111001001100001011101010100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFE4; }

 p { color: rgb(181,239,228); }

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

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

 a { background-color: rgb(181,239,228); }

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

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

 span { border-color: rgb(181,239,228); }

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