#147970

Color #147970 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #147970

Tints of Deep Sea #147970

Color information

#147970 (or 0x147970) is unknown color: approx Deep Sea. HEX triplet: 14, 79 and 70. RGB value is (20,121,112). Sum of RGB (Red+Green+Blue) = 20+121+112=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #147970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147970 is #EB868F. Grayscale: #595959. Windows color (decimal): -15435408 or 7371028. OLE color: 7371028.

HSL color Cylindrical-coordinate representation of color #147970: hue angle of 174.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147970 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB20121112-
CMYK0.8300.070.53
HSL174.65º71.63%27.65%-
HSV(B)174.65º83.47%47.45%-
XYZ10.0514.9917.69-
YUV89.78140.5478.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=7.91%
G=47.83%
B=44.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201211120.8300.070.53174.6571.6327.65
Hex147970530735af481c
Octal24171160123076525711034
Binary10100111100111100001010011011111010110101111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147970; }

 p { color: rgb(20,121,112); }

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

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

 a { background-color: rgb(20,121,112); }

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

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

 span { border-color: rgb(20,121,112); }

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