#147568

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

Shades of Deep Sea #147568

Tints of Deep Sea #147568

Color information

#147568 (or 0x147568) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 68. RGB value is (20,117,104). Sum of RGB (Red+Green+Blue) = 20+117+104=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #147568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147568 is #EB8A97. Grayscale: #565656. Windows color (decimal): -15436440 or 6845716. OLE color: 6845716.

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

Color convert

RGB20117104-
CMYK0.8300.110.54
HSL171.96º70.8%26.86%-
HSV(B)171.96º82.91%45.88%-
XYZ9.1513.8715.29-
YUV86.52137.8680.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=8.30%
G=48.55%
B=43.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171040.8300.110.54171.9670.826.86
Hex147568530B36ac471b
Octal241651501230136625410733
Binary101001110101110100010100110101111011010101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147568; }

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

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

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

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

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

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

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

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