Html Css Color HEX #127F7F Teal

📋 copy color: '#127F7F'

red 18 ◦ green 127 ◦ blue 127

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

Shades of Teal #127F7F

Tints of Teal #127F7F

RGB

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

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

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

R = 6.62%
G = 46.69%
B = 46.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#127F7F (or 0x127F7F) is known color: Teal. HEX triplet: 12, 7F and 7F. RGB value is (18,127,127). Sum of RGB (Red+Green+Blue) = 18+127+127=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #127F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F7F is #ED8080. Grayscale: #5E5E5E. Windows color (decimal): -15564929 or 8355602. OLE color: 8355602.

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

Color convert

RGB 18 127 127 -
CMYK 0.86 0 0 0.50
HSL 180º 0.75% 0.28% -
HSV(B) 180º 0.86% 0.5% -
XYZ 11.67 16.84 22.71 -
YUV 94.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 18 127 127 0.86 0 0 0.50 180 0.75 0.28
Hex 12 7F 7F 56 0 0 32 B4 4B 1C
Octal 22 177 177 126 0 0 62 264 113 34
Binary 10010 1111111 1111111 1010110 0 0 110010 10110100 1001011 11100

Color Harmonies of #127F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F7F

Black with #127F7F

Text Example


Text Example

White with #127F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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