#147A70

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

Shades of Deep Sea #147A70

Tints of Deep Sea #147A70

Color information

#147A70 (or 0x147A70) is unknown color: approx Deep Sea. HEX triplet: 14, 7A and 70. RGB value is (20,122,112). Sum of RGB (Red+Green+Blue) = 20+122+112=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #147A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A70 is #EB858F. Grayscale: #5A5A5A. Windows color (decimal): -15435152 or 7371284. OLE color: 7371284.

HSL color Cylindrical-coordinate representation of color #147A70: hue angle of 174.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A70 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB20122112-
CMYK0.8400.080.52
HSL174.12º71.83%27.84%-
HSV(B)174.12º83.61%47.84%-
XYZ10.1715.2417.73-
YUV90.36140.2177.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=7.87%
G=48.03%
B=44.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201221120.8400.080.52174.1271.8327.84
Hex147A70540834ae481c
Octal241721601240106425611034
Binary101001111010111000010101000100011010010101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A70; }

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

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

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

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

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

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

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

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