Html Css Color HEX #147159 Deep Sea

📋 copy color: '#147159'

red 20 ◦ green 113 ◦ blue 89

#147159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #147159

Tints of Deep Sea #147159

RGB

 RED value IS 20 (8.2% from 255) = 9.01%

 GREEN value IS 113 (44.53% from 255) = 50.9%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 9.01%
G = 50.9%
B = 40.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#147159 (or 0x147159) is known color: Deep Sea. HEX triplet: 14, 71 and 59. RGB value is (20,113,89). Sum of RGB (Red+Green+Blue) = 20+113+89=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #147159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147159 is #EB8EA6. Grayscale: #525252. Windows color (decimal): -15437479 or 5861652. OLE color: 5861652.

HSL color Cylindrical-coordinate representation of color #147159: hue angle of 164.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147159 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 89 -
CMYK 0.82 0 0.21 0.56
HSL 164.52º 0.7% 0.26% -
HSV(B) 164.52º 0.82% 0.44% -
XYZ 8 12.68 11.48 -
YUV 82.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 20 113 89 0.82 0 0.21 0.56 164.52 0.7 0.26
Hex 14 71 59 52 0 15 38 A5 46 1A
Octal 24 161 131 122 0 25 70 245 106 32
Binary 10100 1110001 1011001 1010010 0 10101 111000 10100101 1000110 11010

Color Harmonies of #147159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147159

Black with #147159

Text Example


Text Example

White with #147159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147159; }

 p { color: rgb(20,113,89); }

 H1.HeaderClassName
 {
   color: #147159;
 }
 .AnyTagClassName
 {
   color: #147159;
 }
</style>

background-color css

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

 a { background-color: rgb(20,113,89); }

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

border-color css

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

 span { border-color: rgb(20,113,89); }

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