Html Css Color HEX #127F7D Teal

📋 copy color: '#127F7D'

red 18 ◦ green 127 ◦ blue 125

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

Shades of Teal #127F7D

Tints of Teal #127F7D

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

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

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 6.67%
G = 47.04%
B = 46.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#127F7D (or 0x127F7D) is known color: Teal. HEX triplet: 12, 7F and 7D. RGB value is (18,127,125). Sum of RGB (Red+Green+Blue) = 18+127+125=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #127F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F7D is #ED8082. Grayscale: #5E5E5E. Windows color (decimal): -15564931 or 8224530. OLE color: 8224530.

HSL color Cylindrical-coordinate representation of color #127F7D: hue angle of 178.9º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F7D is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 125 -
CMYK 0.86 0 0.02 0.50
HSL 178.9º 0.75% 0.28% -
HSV(B) 178.9º 0.86% 0.5% -
XYZ 11.54 16.79 22.03 -
YUV 94.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 18 127 125 0.86 0 0.02 0.50 178.9 0.75 0.28
Hex 12 7F 7D 56 0 2 32 B3 4B 1C
Octal 22 177 175 126 0 2 62 263 113 34
Binary 10010 1111111 1111101 1010110 0 10 110010 10110011 1001011 11100

Color Harmonies of #127F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F7D

Black with #127F7D

Text Example


Text Example

White with #127F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127F7D; }

 p { color: rgb(18,127,125); }

 H1.HeaderClassName
 {
   color: #127F7D;
 }
 .AnyTagClassName
 {
   color: #127F7D;
 }
</style>

background-color css

<style>
 a { background-color: #127F7D; }

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

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

border-color css

<style>
 span { border-color: #127F7D; }

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

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