#70B79E

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

Shades of Keppel #70B79E

Tints of Keppel #70B79E

Color information

#70B79E (or 0x70B79E) is unknown color: approx Keppel. HEX triplet: 70, B7 and 9E. RGB value is (112,183,158). Sum of RGB (Red+Green+Blue) = 112+183+158=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #70B79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B79E is #8F4861. Grayscale: #9E9E9E. Windows color (decimal): -9390178 or 10401648. OLE color: 10401648.

HSL color Cylindrical-coordinate representation of color #70B79E: hue angle of 158.87º degrees, saturation: 0.33, 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 #70B79E is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB112183158-
CMYK0.3900.140.28
HSL158.87º33.02%57.84%-
HSV(B)158.87º38.8%71.76%-
XYZ29.7939.7838.46-
YUV158.92127.4894.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=24.72%
G=40.40%
B=34.88%

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
Decimal1121831580.3900.140.28158.8733.0257.84
Hex70B79E270E1C9f213a
Octal16026723647016342374172
Binary11100001011011110011110100111011101110010011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,158); }

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

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

 a { background-color: rgb(112,183,158); }

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

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

 span { border-color: rgb(112,183,158); }

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