#127B88

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

Shades of Teal #127B88

Tints of Teal #127B88

Color information

#127B88 (or 0x127B88) is unknown color: approx Teal. HEX triplet: 12, 7B and 88. RGB value is (18,123,136). Sum of RGB (Red+Green+Blue) = 18+123+136=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #127B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B88 is #ED8477. Grayscale: #5C5C5C. Windows color (decimal): -15565944 or 8944402. OLE color: 8944402.

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

Color convert

RGB18123136-
CMYK0.870.1000.47
HSL186.61º76.62%30.2%-
HSV(B)186.61º86.76%53.33%-
XYZ11.7816.0725.77-
YUV93.09152.2174.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=6.50%
G=44.40%
B=49.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181231360.870.1000.47186.6176.6230.2
Hex127B8857A02Fbb4d1e
Octal221732101271205727311536
Binary1001011110111000100010101111010010111110111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,123,136); }

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

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

 a { background-color: rgb(18,123,136); }

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

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

 span { border-color: rgb(18,123,136); }

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