#127D83

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

Shades of Teal #127D83

Tints of Teal #127D83

Color information

#127D83 (or 0x127D83) is unknown color: approx Teal. HEX triplet: 12, 7D and 83. RGB value is (18,125,131). Sum of RGB (Red+Green+Blue) = 18+125+131=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #127D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D83 is #ED827C. Grayscale: #5D5D5D. Windows color (decimal): -15565437 or 8617234. OLE color: 8617234.

HSL color Cylindrical-coordinate representation of color #127D83: hue angle of 183.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D83 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18125131-
CMYK0.860.0500.49
HSL183.19º75.84%29.22%-
HSV(B)183.19º86.26%51.37%-
XYZ11.6816.4324.03-
YUV93.69149.0574.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=6.57%
G=45.62%
B=47.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181251310.860.0500.49183.1975.8429.22
Hex127D83565031b74c1d
Octal22175203126506126711435
Binary100101111101100000111010110101011000110110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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