#128484

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

Shades of Teal #128484

Tints of Teal #128484

Color information

#128484 (or 0x128484) is unknown color: approx Teal. HEX triplet: 12, 84 and 84. RGB value is (18,132,132). Sum of RGB (Red+Green+Blue) = 18+132+132=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #128484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128484 is #ED7B7B. Grayscale: #616161. Windows color (decimal): -15563644 or 8684562. OLE color: 8684562.

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

Color convert

RGB18132132-
CMYK0.86000.48
HSL180º76%29.41%-
HSV(B)180º86.36%51.76%-
XYZ12.6718.324.69-
YUV97.91147.2371-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=6.38%
G=46.81%
B=46.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321320.86000.481807629.41
Hex128484560030b44c1d
Octal22204204126006026411435
Binary10010100001001000010010101100011000010110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128484; }

 p { color: rgb(18,132,132); }

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

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

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

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

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

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

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