#127A85

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

Shades of Teal #127A85

Tints of Teal #127A85

Color information

#127A85 (or 0x127A85) is unknown color: approx Teal. HEX triplet: 12, 7A and 85. RGB value is (18,122,133). Sum of RGB (Red+Green+Blue) = 18+122+133=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #127A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A85 is #ED857A. Grayscale: #5C5C5C. Windows color (decimal): -15566203 or 8747538. OLE color: 8747538.

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

Color convert

RGB18122133-
CMYK0.860.0800.48
HSL185.74º76.16%29.61%-
HSV(B)185.74º86.47%52.16%-
XYZ11.4415.7424.63-
YUV92.16151.0475.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=6.59%
G=44.69%
B=48.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181221330.860.0800.48185.7476.1629.61
Hex127A85568030ba4c1e
Octal221722051261006027211436
Binary1001011110101000010110101101000011000010111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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