Html Css Color HEX #10787D Teal

📋 copy color: '#10787D'

red 16 ◦ green 120 ◦ blue 125

#10787D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #10787D

Tints of Teal #10787D

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 value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10787D (or 0x10787D) is known color: 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

RGB 16 120 125 -
CMYK 0.87 0.04 0 0.51
HSL 182.75º 0.77% 0.28% -
HSV(B) 182.75º 0.87% 0.49% -
XYZ 10.63 15.02 21.74 -
YUV 89.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 16 120 125 0.87 0.04 0 0.51 182.75 0.77 0.28
Hex 10 78 7D 57 4 0 33 B7 4D 1C
Octal 20 170 175 127 4 0 63 267 115 34
Binary 10000 1111000 1111101 1010111 100 0 110011 10110111 1001101 11100

Color Harmonies of #10787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10787D

Black with #10787D

Text Example


Text Example

White with #10787D

Text Example


Text Example

HTML Codes & Css Web 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>