#10787D

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

Shades of Teal #10787D

Tints of Teal #10787D

Color information

#10787D (or 0x10787D) is unknown color: approx Teal. HEX triplet: 10, 78 and 7D. RGB value is (16,120,125). Sum of RGB (Red+Green+Blue) = 16+120+125=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #10787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10787D is #EF8782. Grayscale: #595959. Windows color (decimal): -15697795 or 8222736. OLE color: 8222736.

HSL color Cylindrical-coordinate representation of color #10787D: hue angle of 182.75º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10787D is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB16120125-
CMYK0.870.0400.51
HSL182.75º77.3%27.65%-
HSV(B)182.75º87.2%49.02%-
XYZ10.6315.0221.74-
YUV89.47148.0475.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=6.13%
G=45.98%
B=47.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161201250.870.0400.51182.7577.327.65
Hex10787D574033b74d1c
Octal20170175127406326711534
Binary10000111100011111011010111100011001110110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10787D; }

 p { color: rgb(16,120,125); }

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

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

 a { background-color: rgb(16,120,125); }

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

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

 span { border-color: rgb(16,120,125); }

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