#128581

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

Shades of Teal #128581

Tints of Teal #128581

Color information

#128581 (or 0x128581) is unknown color: approx Teal. HEX triplet: 12, 85 and 81. RGB value is (18,133,129). Sum of RGB (Red+Green+Blue) = 18+133+129=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #128581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128581 is #ED7A7E. Grayscale: #626262. Windows color (decimal): -15563391 or 8488210. OLE color: 8488210.

HSL color Cylindrical-coordinate representation of color #128581: hue angle of 177.91º 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 #128581 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB18133129-
CMYK0.8600.030.48
HSL177.91º76.16%29.61%-
HSV(B)177.91º86.47%52.16%-
XYZ12.618.4923.67-
YUV98.16145.470.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=6.43%
G=47.5%
B=46.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331290.8600.030.48177.9176.1629.61
Hex128581560330b24c1e
Octal22205201126036026211436
Binary100101000010110000001101011001111000010110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128581; }

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

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

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

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

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

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

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

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