#147262

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

Shades of Deep Sea #147262

Tints of Deep Sea #147262

Color information

#147262 (or 0x147262) is unknown color: approx Deep Sea. HEX triplet: 14, 72 and 62. RGB value is (20,114,98). Sum of RGB (Red+Green+Blue) = 20+114+98=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #147262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147262 is #EB8D9D. Grayscale: #545454. Windows color (decimal): -15437214 or 6451732. OLE color: 6451732.

HSL color Cylindrical-coordinate representation of color #147262: hue angle of 169.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147262 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB2011498-
CMYK0.8200.140.55
HSL169.79º70.15%26.27%-
HSV(B)169.79º82.46%44.71%-
XYZ8.5113.0713.63-
YUV84.07135.8682.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=8.62%
G=49.14%
B=42.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114980.8200.140.55169.7970.1526.27
Hex147262520E37aa461a
Octal241621421220166725210632
Binary101001110010110001010100100111011011110101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147262; }

 p { color: rgb(20,114,98); }

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

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

 a { background-color: rgb(20,114,98); }

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

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

 span { border-color: rgb(20,114,98); }

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