#147569

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

Shades of Deep Sea #147569

Tints of Deep Sea #147569

Color information

#147569 (or 0x147569) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 69. RGB value is (20,117,105). Sum of RGB (Red+Green+Blue) = 20+117+105=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #147569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147569 is #EB8A96. Grayscale: #565656. Windows color (decimal): -15436439 or 6911252. OLE color: 6911252.

HSL color Cylindrical-coordinate representation of color #147569: hue angle of 172.58º 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 #147569 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB20117105-
CMYK0.8300.100.54
HSL172.58º70.8%26.86%-
HSV(B)172.58º82.91%45.88%-
XYZ9.213.8915.56-
YUV86.63138.3680.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=8.26%
G=48.35%
B=43.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171050.8300.100.54172.5870.826.86
Hex147569530A36ad471b
Octal241651511230126625510733
Binary101001110101110100110100110101011011010101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147569; }

 p { color: rgb(20,117,105); }

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

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

 a { background-color: rgb(20,117,105); }

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

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

 span { border-color: rgb(20,117,105); }

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