#128283

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

Shades of Teal #128283

Tints of Teal #128283

Color information

#128283 (or 0x128283) is unknown color: approx Teal. HEX triplet: 12, 82 and 83. RGB value is (18,130,131). Sum of RGB (Red+Green+Blue) = 18+130+131=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #128283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128283 is #ED7D7C. Grayscale: #606060. Windows color (decimal): -15564157 or 8618514. OLE color: 8618514.

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

Color convert

RGB18130131-
CMYK0.860.0100.49
HSL180.53º75.84%29.22%-
HSV(B)180.53º86.26%51.37%-
XYZ12.3317.7324.25-
YUV96.63147.3971.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=6.45%
G=46.59%
B=46.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301310.860.0100.49180.5375.8429.22
Hex128283561031b54c1d
Octal22202203126106126511435
Binary10010100000101000001110101101011000110110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128283; }

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

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

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

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

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

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

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

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