#127A8A

Color #127A8A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #127A8A

Tints of Teal #127A8A

Color information

#127A8A (or 0x127A8A) is unknown color: approx Teal. HEX triplet: 12, 7A and 8A. RGB value is (18,122,138). Sum of RGB (Red+Green+Blue) = 18+122+138=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #127A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A8A is #ED8575. Grayscale: #5C5C5C. Windows color (decimal): -15566198 or 9075218. OLE color: 9075218.

HSL color Cylindrical-coordinate representation of color #127A8A: hue angle of 188º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127A8A is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18122138-
CMYK0.870.1200.46
HSL188º76.92%30.59%-
HSV(B)188º86.96%54.12%-
XYZ11.815.8826.49-
YUV92.73153.5474.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=6.47%
G=43.88%
B=49.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181221380.870.1200.4618876.9230.59
Hex127A8A57C02Ebc4d1f
Octal221722121271405627411537
Binary1001011110101000101010101111100010111010111100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,138); }

 H1.HeaderClassName
 {
   color: #127A8A;
 }
 .AnyTagClassName
 {
   color: #127A8A;
 }
</style>
background-color css

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

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

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

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

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

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