#147658

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

Shades of Deep Sea #147658

Tints of Deep Sea #147658

Color information

#147658 (or 0x147658) is unknown color: approx Deep Sea. HEX triplet: 14, 76 and 58. RGB value is (20,118,88). Sum of RGB (Red+Green+Blue) = 20+118+88=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #147658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147658 is #EB89A7. Grayscale: #555555. Windows color (decimal): -15436200 or 5797396. OLE color: 5797396.

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

Color convert

RGB2011888-
CMYK0.8300.250.54
HSL161.63º71.01%27.06%-
HSV(B)161.63º83.05%46.27%-
XYZ8.5313.8111.45-
YUV85.28129.5381.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=8.85%
G=52.21%
B=38.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118880.8300.250.54161.6371.0127.06
Hex1476585301936a2471b
Octal241661301230316624210733
Binary1010011101101011000101001101100111011010100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147658; }

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

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

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

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

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

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

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

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