#10847F

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

Shades of Teal #10847F

Tints of Teal #10847F

Color information

#10847F (or 0x10847F) is unknown color: approx Teal. HEX triplet: 10, 84 and 7F. RGB value is (16,132,127). Sum of RGB (Red+Green+Blue) = 16+132+127=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #10847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10847F is #EF7B80. Grayscale: #606060. Windows color (decimal): -15694721 or 8356880. OLE color: 8356880.

HSL color Cylindrical-coordinate representation of color #10847F: hue angle of 177.41º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10847F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB16132127-
CMYK0.8800.040.48
HSL177.41º78.38%29.02%-
HSV(B)177.41º87.88%51.76%-
XYZ12.318.1422.93-
YUV96.75145.0770.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 127 (50% from 255) = 46.18%
R=5.82%
G=48%
B=46.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321270.8800.040.48177.4178.3829.02
Hex10847F580430b14e1d
Octal20204177130046026111635
Binary100001000010011111111011000010011000010110001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10847F; }

 p { color: rgb(16,132,127); }

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

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

 a { background-color: rgb(16,132,127); }

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

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

 span { border-color: rgb(16,132,127); }

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