#70B89F

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

Shades of Keppel #70B89F

Tints of Keppel #70B89F

Color information

#70B89F (or 0x70B89F) is unknown color: approx Keppel. HEX triplet: 70, B8 and 9F. RGB value is (112,184,159). Sum of RGB (Red+Green+Blue) = 112+184+159=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #70B89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B89F is #8F4760. Grayscale: #9F9F9F. Windows color (decimal): -9389921 or 10467440. OLE color: 10467440.

HSL color Cylindrical-coordinate representation of color #70B89F: hue angle of 159.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B89F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB112184159-
CMYK0.3900.140.28
HSL159.17º33.64%58.04%-
HSV(B)159.17º39.13%72.16%-
XYZ30.0840.2338.98-
YUV159.62127.6594.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=24.62%
G=40.44%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841590.3900.140.28159.1733.6458.04
Hex70B89F270E1C9f223a
Octal16027023747016342374272
Binary11100001011100010011111100111011101110010011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,159); }

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

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

 a { background-color: rgb(112,184,159); }

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

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

 span { border-color: rgb(112,184,159); }

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