#70BD9F

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

Shades of Keppel #70BD9F

Tints of Keppel #70BD9F

Color information

#70BD9F (or 0x70BD9F) is unknown color: approx Keppel. HEX triplet: 70, BD and 9F. RGB value is (112,189,159). Sum of RGB (Red+Green+Blue) = 112+189+159=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD9F is #8F4260. Grayscale: #A2A2A2. Windows color (decimal): -9388641 or 10468720. OLE color: 10468720.

HSL color Cylindrical-coordinate representation of color #70BD9F: hue angle of 156.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD9F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB112189159-
CMYK0.4100.160.26
HSL156.62º36.84%59.02%-
HSV(B)156.62º40.74%74.12%-
XYZ31.1442.3439.33-
YUV162.56125.9991.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=24.35%
G=41.09%
B=34.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121891590.4100.160.26156.6236.8459.02
Hex70BD9F290101A9d253b
Octal16027523751020322354573
Binary111000010111101100111111010010100001101010011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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