Html Css Color HEX #147F73 Deep Sea

📋 copy color: '#147F73'

red 20 ◦ green 127 ◦ blue 115

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

Shades of Deep Sea #147F73

Tints of Deep Sea #147F73

RGB

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

 GREEN value IS 127 (50% from 255) = 48.47%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 7.63%
G = 48.47%
B = 43.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#147F73 (or 0x147F73) is known color: Deep Sea. HEX triplet: 14, 7F and 73. RGB value is (20,127,115). Sum of RGB (Red+Green+Blue) = 20+127+115=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #147F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F73 is #EB808C. Grayscale: #5D5D5D. Windows color (decimal): -15433869 or 7569172. OLE color: 7569172.

HSL color Cylindrical-coordinate representation of color #147F73: hue angle of 173.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F73 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 115 -
CMYK 0.84 0 0.09 0.50
HSL 173.27º 0.73% 0.29% -
HSV(B) 173.27º 0.84% 0.5% -
XYZ 10.97 16.57 18.84 -
YUV 93.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 20 127 115 0.84 0 0.09 0.50 173.27 0.73 0.29
Hex 14 7F 73 54 0 9 32 AD 49 1D
Octal 24 177 163 124 0 11 62 255 111 35
Binary 10100 1111111 1110011 1010100 0 1001 110010 10101101 1001001 11101

Color Harmonies of #147F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F73

Black with #147F73

Text Example


Text Example

White with #147F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,115); }

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

background-color css

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

 a { background-color: rgb(20,127,115); }

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

border-color css

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

 span { border-color: rgb(20,127,115); }

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