#12827B

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

Shades of Teal #12827B

Tints of Teal #12827B

Color information

#12827B (or 0x12827B) is unknown color: approx Teal. HEX triplet: 12, 82 and 7B. RGB value is (18,130,123). Sum of RGB (Red+Green+Blue) = 18+130+123=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #12827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12827B is #ED7D84. Grayscale: #5F5F5F. Windows color (decimal): -15564165 or 8094226. OLE color: 8094226.

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

Color convert

RGB18130123-
CMYK0.8600.050.49
HSL176.25º75.68%29.02%-
HSV(B)176.25º86.15%50.98%-
XYZ11.8117.5221.5-
YUV95.71143.3972.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=6.64%
G=47.97%
B=45.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301230.8600.050.49176.2575.6829.02
Hex12827B560531b04c1d
Octal22202173126056126011435
Binary100101000001011110111010110010111000110110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12827B; }

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

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

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

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

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

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

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

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