#147665

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

Shades of Deep Sea #147665

Tints of Deep Sea #147665

Color information

#147665 (or 0x147665) is unknown color: approx Deep Sea. HEX triplet: 14, 76 and 65. RGB value is (20,118,101). Sum of RGB (Red+Green+Blue) = 20+118+101=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #147665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147665 is #EB899A. Grayscale: #565656. Windows color (decimal): -15436187 or 6649364. OLE color: 6649364.

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

Color convert

RGB20118101-
CMYK0.8300.140.54
HSL169.59º71.01%27.06%-
HSV(B)169.59º83.05%46.27%-
XYZ9.1214.0514.54-
YUV86.76136.0380.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=8.37%
G=49.37%
B=42.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201181010.8300.140.54169.5971.0127.06
Hex147665530E36aa471b
Octal241661451230166625210733
Binary101001110110110010110100110111011011010101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147665; }

 p { color: rgb(20,118,101); }

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

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

 a { background-color: rgb(20,118,101); }

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

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

 span { border-color: rgb(20,118,101); }

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