Html Css Color HEX #147F74 Deep Sea

📋 copy color: '#147F74'

red 20 ◦ green 127 ◦ blue 116

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

Shades of Deep Sea #147F74

Tints of Deep Sea #147F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 7.6%
G = 48.29%
B = 44.11%

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

#147F74 (or 0x147F74) is known color: Deep Sea. HEX triplet: 14, 7F and 74. RGB value is (20,127,116). Sum of RGB (Red+Green+Blue) = 20+127+116=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #147F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F74 is #EB808B. Grayscale: #5D5D5D. Windows color (decimal): -15433868 or 7634708. OLE color: 7634708.

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

Color convert

RGB 20 127 116 -
CMYK 0.84 0 0.09 0.50
HSL 173.83º 0.73% 0.29% -
HSV(B) 173.83º 0.84% 0.5% -
XYZ 11.03 16.59 19.14 -
YUV 93.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 20 127 116 0.84 0 0.09 0.50 173.83 0.73 0.29
Hex 14 7F 74 54 0 9 32 AE 49 1D
Octal 24 177 164 124 0 11 62 256 111 35
Binary 10100 1111111 1110100 1010100 0 1001 110010 10101110 1001001 11101

Color Harmonies of #147F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F74

Black with #147F74

Text Example


Text Example

White with #147F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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