Html Css Color HEX #147C71 Deep Sea

📋 copy color: '#147C71'

red 20 ◦ green 124 ◦ blue 113

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

Shades of Deep Sea #147C71

Tints of Deep Sea #147C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 7.78%
G = 48.25%
B = 43.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#147C71 (or 0x147C71) is known color: Deep Sea. HEX triplet: 14, 7C and 71. RGB value is (20,124,113). Sum of RGB (Red+Green+Blue) = 20+124+113=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #147C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C71 is #EB838E. Grayscale: #5B5B5B. Windows color (decimal): -15434639 or 7437332. OLE color: 7437332.

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

Color convert

RGB 20 124 113 -
CMYK 0.84 0 0.09 0.51
HSL 173.65º 0.72% 0.28% -
HSV(B) 173.65º 0.84% 0.49% -
XYZ 10.48 15.76 18.11 -
YUV 91.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 20 124 113 0.84 0 0.09 0.51 173.65 0.72 0.28
Hex 14 7C 71 54 0 9 33 AE 48 1C
Octal 24 174 161 124 0 11 63 256 110 34
Binary 10100 1111100 1110001 1010100 0 1001 110011 10101110 1001000 11100

Color Harmonies of #147C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C71

Black with #147C71

Text Example


Text Example

White with #147C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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