#B7F0DA

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

Shades of Water Leaf #B7F0DA

Tints of Water Leaf #B7F0DA

Color information

#B7F0DA (or 0xB7F0DA) is unknown color: approx Water Leaf. HEX triplet: B7, F0 and DA. RGB value is (183,240,218). Sum of RGB (Red+Green+Blue) = 183+240+218=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0DA is #480F25. Grayscale: #DCDCDC. Windows color (decimal): -4722470 or 14348471. OLE color: 14348471.

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

Color convert

RGB183240218-
CMYK0.2400.090.06
HSL156.84º65.52%82.94%-
HSV(B)156.84º23.75%94.12%-
XYZ63.3477.4577.94-
YUV220.45126.62101.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=28.55%
G=37.44%
B=34.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832402180.2400.090.06156.8465.5282.94
HexB7F0DA180969d4253
Octal267360332300116235102123
Binary10110111111100001101101011000010011101001110110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0DA; }

 p { color: rgb(183,240,218); }

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

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

 a { background-color: rgb(183,240,218); }

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

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

 span { border-color: rgb(183,240,218); }

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