#B7EFE0

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

Shades of Water Leaf #B7EFE0

Tints of Water Leaf #B7EFE0

Color information

#B7EFE0 (or 0xB7EFE0) is unknown color: approx Water Leaf. HEX triplet: B7, EF and E0. RGB value is (183,239,224). Sum of RGB (Red+Green+Blue) = 183+239+224=646 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.33% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EFE0 is #48101F. Grayscale: #DCDCDC. Windows color (decimal): -4722720 or 14741431. OLE color: 14741431.

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

Color convert

RGB183239224-
CMYK0.2300.060.06
HSL163.93º63.64%82.75%-
HSV(B)163.93º23.43%93.73%-
XYZ63.8577.1882.05-
YUV220.55129.95101.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.33%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=28.33%
G=37.00%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832392240.2300.060.06163.9363.6482.75
HexB7EFE017066a44053
Octal26735734027066244100123
Binary1011011111101111111000001011101101101010010010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFE0; }

 p { color: rgb(183,239,224); }

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

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

 a { background-color: rgb(183,239,224); }

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

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

 span { border-color: rgb(183,239,224); }

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