Html Css Color HEX #147F7F Teal

📋 copy color: '#147F7F'

red 20 ◦ green 127 ◦ blue 127

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

Shades of Teal #147F7F

Tints of Teal #147F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.35%

R = 7.3%
G = 46.35%
B = 46.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#147F7F (or 0x147F7F) is known color: Teal. HEX triplet: 14, 7F and 7F. RGB value is (20,127,127). Sum of RGB (Red+Green+Blue) = 20+127+127=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #147F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F7F is #EB8080. Grayscale: #5E5E5E. Windows color (decimal): -15433857 or 8355604. OLE color: 8355604.

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

Color convert

RGB 20 127 127 -
CMYK 0.84 0 0 0.50
HSL 180º 0.73% 0.29% -
HSV(B) 180º 0.84% 0.5% -
XYZ 11.71 16.86 22.72 -
YUV 95.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 20 127 127 0.84 0 0 0.50 180 0.73 0.29
Hex 14 7F 7F 54 0 0 32 B4 49 1D
Octal 24 177 177 124 0 0 62 264 111 35
Binary 10100 1111111 1111111 1010100 0 0 110010 10110100 1001001 11101

Color Harmonies of #147F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F7F

Black with #147F7F

Text Example


Text Example

White with #147F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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