#B3F0DC

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

Shades of Water Leaf #B3F0DC

Tints of Water Leaf #B3F0DC

Color information

#B3F0DC (or 0xB3F0DC) is unknown color: approx Water Leaf. HEX triplet: B3, F0 and DC. RGB value is (179,240,220). Sum of RGB (Red+Green+Blue) = 179+240+220=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0DC is #4C0F23. Grayscale: #DBDBDB. Windows color (decimal): -4984612 or 14479539. OLE color: 14479539.

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

Color convert

RGB179240220-
CMYK0.2500.080.06
HSL160.33º67.03%82.16%-
HSV(B)160.33º25.42%94.12%-
XYZ62.6777.0779.28-
YUV219.48128.2999.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.01%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=28.01%
G=37.56%
B=34.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792402200.2500.080.06160.3367.0382.16
HexB3F0DC19086a04352
Octal263360334310106240103122
Binary10110011111100001101110011001010001101010000010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0DC; }

 p { color: rgb(179,240,220); }

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

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

 a { background-color: rgb(179,240,220); }

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

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

 span { border-color: rgb(179,240,220); }

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