Html Css Color HEX #147C6E Deep Sea

📋 copy color: '#147C6E'

red 20 ◦ green 124 ◦ blue 110

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

Shades of Deep Sea #147C6E

Tints of Deep Sea #147C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 7.87%
G = 48.82%
B = 43.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#147C6E (or 0x147C6E) is known color: Deep Sea. HEX triplet: 14, 7C and 6E. RGB value is (20,124,110). Sum of RGB (Red+Green+Blue) = 20+124+110=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #147C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C6E is #EB8391. Grayscale: #5B5B5B. Windows color (decimal): -15434642 or 7240724. OLE color: 7240724.

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

Color convert

RGB 20 124 110 -
CMYK 0.84 0 0.11 0.51
HSL 171.92º 0.72% 0.28% -
HSV(B) 171.92º 0.84% 0.49% -
XYZ 10.31 15.69 17.24 -
YUV 91.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 20 124 110 0.84 0 0.11 0.51 171.92 0.72 0.28
Hex 14 7C 6E 54 0 B 33 AC 48 1C
Octal 24 174 156 124 0 13 63 254 110 34
Binary 10100 1111100 1101110 1010100 0 1011 110011 10101100 1001000 11100

Color Harmonies of #147C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C6E

Black with #147C6E

Text Example


Text Example

White with #147C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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