Html Css Color HEX #147160 Deep Sea

📋 copy color: '#147160'

red 20 ◦ green 113 ◦ blue 96

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

Shades of Deep Sea #147160

Tints of Deep Sea #147160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 8.73%
G = 49.34%
B = 41.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#147160 (or 0x147160) is known color: Deep Sea. HEX triplet: 14, 71 and 60. RGB value is (20,113,96). Sum of RGB (Red+Green+Blue) = 20+113+96=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #147160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147160 is #EB8E9F. Grayscale: #535353. Windows color (decimal): -15437472 or 6320404. OLE color: 6320404.

HSL color Cylindrical-coordinate representation of color #147160: hue angle of 169.03º 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 #147160 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 96 -
CMYK 0.82 0 0.15 0.56
HSL 169.03º 0.7% 0.26% -
HSV(B) 169.03º 0.82% 0.44% -
XYZ 8.3 12.8 13.1 -
YUV 83.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 20 113 96 0.82 0 0.15 0.56 169.03 0.7 0.26
Hex 14 71 60 52 0 F 38 A9 46 1A
Octal 24 161 140 122 0 17 70 251 106 32
Binary 10100 1110001 1100000 1010010 0 1111 111000 10101001 1000110 11010

Color Harmonies of #147160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147160

Black with #147160

Text Example


Text Example

White with #147160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147160; }

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

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

background-color css

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

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

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

border-color css

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

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

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