#147461

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

Shades of Deep Sea #147461

Tints of Deep Sea #147461

Color information

#147461 (or 0x147461) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 61. RGB value is (20,116,97). Sum of RGB (Red+Green+Blue) = 20+116+97=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #147461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147461 is #EB8B9E. Grayscale: #555555. Windows color (decimal): -15436703 or 6386708. OLE color: 6386708.

HSL color Cylindrical-coordinate representation of color #147461: hue angle of 168.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147461 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB2011697-
CMYK0.8300.160.55
HSL168.12º70.59%26.67%-
HSV(B)168.12º82.76%45.49%-
XYZ8.6913.513.46-
YUV85.13134.781.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=8.58%
G=49.79%
B=41.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116970.8300.160.55168.1270.5926.67
Hex1474615301037a8471b
Octal241641411230206725010733
Binary1010011101001100001101001101000011011110101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147461; }

 p { color: rgb(20,116,97); }

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

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

 a { background-color: rgb(20,116,97); }

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

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

 span { border-color: rgb(20,116,97); }

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