#10788A

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

Shades of Teal #10788A

Tints of Teal #10788A

Color information

#10788A (or 0x10788A) is unknown color: approx Teal. HEX triplet: 10, 78 and 8A. RGB value is (16,120,138). Sum of RGB (Red+Green+Blue) = 16+120+138=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #10788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10788A is #EF8775. Grayscale: #5A5A5A. Windows color (decimal): -15697782 or 9074704. OLE color: 9074704.

HSL color Cylindrical-coordinate representation of color #10788A: hue angle of 188.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10788A is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB16120138-
CMYK0.880.1300.46
HSL188.85º79.22%30.2%-
HSV(B)188.85º88.41%54.12%-
XYZ11.5215.3826.41-
YUV90.96154.5474.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.84%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=5.84%
G=43.80%
B=50.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161201380.880.1300.46188.8579.2230.2
Hex10788A58D02Ebd4f1e
Octal201702121301505627511736
Binary1000011110001000101010110001101010111010111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10788A; }

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

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

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

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

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

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

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

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