#127C87

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

Shades of Teal #127C87

Tints of Teal #127C87

Color information

#127C87 (or 0x127C87) is unknown color: approx Teal. HEX triplet: 12, 7C and 87. RGB value is (18,124,135). Sum of RGB (Red+Green+Blue) = 18+124+135=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #127C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C87 is #ED8378. Grayscale: #5D5D5D. Windows color (decimal): -15565689 or 8879122. OLE color: 8879122.

HSL color Cylindrical-coordinate representation of color #127C87: hue angle of 185.64º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127C87 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18124135-
CMYK0.870.0800.47
HSL185.64º76.47%30%-
HSV(B)185.64º86.67%52.94%-
XYZ11.8316.2925.44-
YUV93.56151.3874.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=6.50%
G=44.77%
B=48.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181241350.870.0800.47185.6476.4730
Hex127C8757802Fba4c1e
Octal221742071271005727211436
Binary1001011111001000011110101111000010111110111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,124,135); }

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

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

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

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

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

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

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