#10827C

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

Shades of Teal #10827C

Tints of Teal #10827C

Color information

#10827C (or 0x10827C) is unknown color: approx Teal. HEX triplet: 10, 82 and 7C. RGB value is (16,130,124). Sum of RGB (Red+Green+Blue) = 16+130+124=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #10827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827C is #EF7D83. Grayscale: #5F5F5F. Windows color (decimal): -15695236 or 8159760. OLE color: 8159760.

HSL color Cylindrical-coordinate representation of color #10827C: hue angle of 176.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10827C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB16130124-
CMYK0.8800.050.49
HSL176.84º78.08%28.63%-
HSV(B)176.84º87.69%50.98%-
XYZ11.8317.5321.83-
YUV95.23144.2371.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=5.93%
G=48.15%
B=45.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161301240.8800.050.49176.8478.0828.63
Hex10827C580531b14e1d
Octal20202174130056126111635
Binary100001000001011111001011000010111000110110001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10827C; }

 p { color: rgb(16,130,124); }

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

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

 a { background-color: rgb(16,130,124); }

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

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

 span { border-color: rgb(16,130,124); }

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