Html Css Color HEX #147C65 Deep Sea

📋 copy color: '#147C65'

red 20 ◦ green 124 ◦ blue 101

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

Shades of Deep Sea #147C65

Tints of Deep Sea #147C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 8.16%
G = 50.61%
B = 41.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#147C65 (or 0x147C65) is known color: Deep Sea. HEX triplet: 14, 7C and 65. RGB value is (20,124,101). Sum of RGB (Red+Green+Blue) = 20+124+101=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #147C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C65 is #EB839A. Grayscale: #5A5A5A. Windows color (decimal): -15434651 or 6650900. OLE color: 6650900.

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

Color convert

RGB 20 124 101 -
CMYK 0.84 0 0.19 0.51
HSL 166.73º 0.72% 0.28% -
HSV(B) 166.73º 0.84% 0.49% -
XYZ 9.85 15.5 14.79 -
YUV 90.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 20 124 101 0.84 0 0.19 0.51 166.73 0.72 0.28
Hex 14 7C 65 54 0 13 33 A7 48 1C
Octal 24 174 145 124 0 23 63 247 110 34
Binary 10100 1111100 1100101 1010100 0 10011 110011 10100111 1001000 11100

Color Harmonies of #147C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C65

Black with #147C65

Text Example


Text Example

White with #147C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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