Html Css Color HEX #147C60 Deep Sea

📋 copy color: '#147C60'

red 20 ◦ green 124 ◦ blue 96

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

Shades of Deep Sea #147C60

Tints of Deep Sea #147C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.67%

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

R = 8.33%
G = 51.67%
B = 40%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#147C60 (or 0x147C60) is known color: Deep Sea. HEX triplet: 14, 7C and 60. RGB value is (20,124,96). Sum of RGB (Red+Green+Blue) = 20+124+96=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #147C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C60 is #EB839F. Grayscale: #595959. Windows color (decimal): -15434656 or 6323220. OLE color: 6323220.

HSL color Cylindrical-coordinate representation of color #147C60: hue angle of 163.85º 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 #147C60 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 124 96 -
CMYK 0.84 0 0.23 0.51
HSL 163.85º 0.72% 0.28% -
HSV(B) 163.85º 0.84% 0.49% -
XYZ 9.61 15.41 13.53 -
YUV 89.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 20 124 96 0.84 0 0.23 0.51 163.85 0.72 0.28
Hex 14 7C 60 54 0 17 33 A4 48 1C
Octal 24 174 140 124 0 27 63 244 110 34
Binary 10100 1111100 1100000 1010100 0 10111 110011 10100100 1001000 11100

Color Harmonies of #147C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C60

Black with #147C60

Text Example


Text Example

White with #147C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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