#128483

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

Shades of Teal #128483

Tints of Teal #128483

Color information

#128483 (or 0x128483) is unknown color: approx Teal. HEX triplet: 12, 84 and 83. RGB value is (18,132,131). Sum of RGB (Red+Green+Blue) = 18+132+131=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #128483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128483 is #ED7B7C. Grayscale: #616161. Windows color (decimal): -15563645 or 8619026. OLE color: 8619026.

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

Color convert

RGB18132131-
CMYK0.8600.010.48
HSL179.47º76%29.41%-
HSV(B)179.47º86.36%51.76%-
XYZ12.618.2724.34-
YUV97.8146.7371.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=6.41%
G=46.98%
B=46.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321310.8600.010.48179.477629.41
Hex128483560130b34c1d
Octal22204203126016026311435
Binary10010100001001000001110101100111000010110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128483; }

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

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

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

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

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

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

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

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