#70BAA1

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

Shades of Keppel #70BAA1

Tints of Keppel #70BAA1

Color information

#70BAA1 (or 0x70BAA1) is unknown color: approx Keppel. HEX triplet: 70, BA and A1. RGB value is (112,186,161). Sum of RGB (Red+Green+Blue) = 112+186+161=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAA1 is #8F455E. Grayscale: #A1A1A1. Windows color (decimal): -9389407 or 10599024. OLE color: 10599024.

HSL color Cylindrical-coordinate representation of color #70BAA1: hue angle of 159.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAA1 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB112186161-
CMYK0.4000.130.27
HSL159.73º34.91%58.43%-
HSV(B)159.73º39.78%72.94%-
XYZ30.6741.1440.04-
YUV161.02127.9893.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=24.40%
G=40.52%
B=35.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861610.4000.130.27159.7334.9158.43
Hex70BAA1280D1Ba0233a
Octal16027224150015332404372
Binary11100001011101010100001101000011011101110100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,161); }

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

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

 a { background-color: rgb(112,186,161); }

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

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

 span { border-color: rgb(112,186,161); }

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