#128380

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

Shades of Teal #128380

Tints of Teal #128380

Color information

#128380 (or 0x128380) is unknown color: approx Teal. HEX triplet: 12, 83 and 80. RGB value is (18,131,128). Sum of RGB (Red+Green+Blue) = 18+131+128=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #128380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128380 is #ED7C7F. Grayscale: #606060. Windows color (decimal): -15563904 or 8422162. OLE color: 8422162.

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

Color convert

RGB18131128-
CMYK0.8600.020.49
HSL178.41º75.84%29.22%-
HSV(B)178.41º86.26%51.37%-
XYZ12.2617.9223.23-
YUV96.87145.5671.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=6.50%
G=47.29%
B=46.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311280.8600.020.49178.4175.8429.22
Hex128380560231b24c1d
Octal22203200126026126211435
Binary100101000001110000000101011001011000110110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128380; }

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

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

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

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

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

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

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

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