#70BC88

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

Shades of Bay Leaf #70BC88

Tints of Bay Leaf #70BC88

Color information

#70BC88 (or 0x70BC88) is unknown color: approx Bay Leaf. HEX triplet: 70, BC and 88. RGB value is (112,188,136). Sum of RGB (Red+Green+Blue) = 112+188+136=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC88 is #8F4377. Grayscale: #9F9F9F. Windows color (decimal): -9388920 or 8961136. OLE color: 8961136.

HSL color Cylindrical-coordinate representation of color #70BC88: hue angle of 138.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC88 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB112188136-
CMYK0.4000.280.26
HSL138.95º36.19%58.82%-
HSV(B)138.95º40.43%73.73%-
XYZ29.1141.1929.71-
YUV159.35114.8294.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=25.69%
G=43.12%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881360.4000.280.26138.9536.1958.82
Hex70BC882801C1A8b243b
Octal16027421050034322134473
Binary111000010111100100010001010000111001101010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BC88; }

 p { color: rgb(112,188,136); }

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

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

 a { background-color: rgb(112,188,136); }

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

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

 span { border-color: rgb(112,188,136); }

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