#147F5B

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

Shades of Deep Sea #147F5B

Tints of Deep Sea #147F5B

Color information

#147F5B (or 0x147F5B) is unknown color: approx Deep Sea. HEX triplet: 14, 7F and 5B. RGB value is (20,127,91). Sum of RGB (Red+Green+Blue) = 20+127+91=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #147F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F5B is #EB80A4. Grayscale: #5A5A5A. Windows color (decimal): -15433893 or 5996308. OLE color: 5996308.

HSL color Cylindrical-coordinate representation of color #147F5B: hue angle of 159.81º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F5B is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB2012791-
CMYK0.8400.280.50
HSL159.81º72.79%28.82%-
HSV(B)159.81º84.25%49.8%-
XYZ9.7716.0812.49-
YUV90.9128.0577.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 127 (50% from 255) = 53.36%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=8.40%
G=53.36%
B=38.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20127910.8400.280.50159.8172.7928.82
Hex147F5B5401C32a0491d
Octal241771331240346224011135
Binary1010011111111011011101010001110011001010100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,127,91); }

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

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

 a { background-color: rgb(20,127,91); }

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

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

 span { border-color: rgb(20,127,91); }

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