#147D5D

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

Shades of Deep Sea #147D5D

Tints of Deep Sea #147D5D

Color information

#147D5D (or 0x147D5D) is unknown color: approx Deep Sea. HEX triplet: 14, 7D and 5D. RGB value is (20,125,93). Sum of RGB (Red+Green+Blue) = 20+125+93=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #147D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D5D is #EB82A2. Grayscale: #595959. Windows color (decimal): -15434403 or 6126868. OLE color: 6126868.

HSL color Cylindrical-coordinate representation of color #147D5D: hue angle of 161.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D5D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB2012593-
CMYK0.8400.260.51
HSL161.71º72.41%28.43%-
HSV(B)161.71º84%49.02%-
XYZ9.615.6112.86-
YUV89.96129.7178.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=8.40%
G=52.52%
B=39.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20125930.8400.260.51161.7172.4128.43
Hex147D5D5401A33a2481c
Octal241751351240326324211034
Binary1010011111011011101101010001101011001110100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147D5D; }

 p { color: rgb(20,125,93); }

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

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

 a { background-color: rgb(20,125,93); }

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

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

 span { border-color: rgb(20,125,93); }

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