#128781

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

Shades of Teal #128781

Tints of Teal #128781

Color information

#128781 (or 0x128781) is unknown color: approx Teal. HEX triplet: 12, 87 and 81. RGB value is (18,135,129). Sum of RGB (Red+Green+Blue) = 18+135+129=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #128781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128781 is #ED787E. Grayscale: #636363. Windows color (decimal): -15562879 or 8488722. OLE color: 8488722.

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

Color convert

RGB18135129-
CMYK0.8700.040.47
HSL176.92º76.47%30%-
HSV(B)176.92º86.67%52.94%-
XYZ12.8819.0423.77-
YUV99.33144.7469.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=6.38%
G=47.87%
B=45.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181351290.8700.040.47176.9276.4730
Hex12878157042Fb14c1e
Octal22207201127045726111436
Binary1001010000111100000011010111010010111110110001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128781; }

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

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

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

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

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

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

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

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