#127D87

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

Shades of Teal #127D87

Tints of Teal #127D87

Color information

#127D87 (or 0x127D87) is unknown color: approx Teal. HEX triplet: 12, 7D and 87. RGB value is (18,125,135). Sum of RGB (Red+Green+Blue) = 18+125+135=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #127D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D87 is #ED8278. Grayscale: #5E5E5E. Windows color (decimal): -15565433 or 8879378. OLE color: 8879378.

HSL color Cylindrical-coordinate representation of color #127D87: hue angle of 185.13º 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 #127D87 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18125135-
CMYK0.870.0700.47
HSL185.13º76.47%30%-
HSV(B)185.13º86.67%52.94%-
XYZ11.9616.5525.49-
YUV94.15151.0573.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 125 (49.22% from 255) = 44.96%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=6.47%
G=44.96%
B=48.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181251350.870.0700.47185.1376.4730
Hex127D8757702Fb94c1e
Octal22175207127705727111436
Binary100101111101100001111010111111010111110111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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