Html Css Color HEX #10767E Teal

📋 copy color: '#10767E'

red 16 ◦ green 118 ◦ blue 126

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

Shades of Teal #10767E

Tints of Teal #10767E

RGB

 RED value IS 16 (6.64% from 255) = 6.15%

 GREEN value IS 118 (46.48% from 255) = 45.38%

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 6.15%
G = 45.38%
B = 48.46%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10767E (or 0x10767E) is known color: Teal. HEX triplet: 10, 76 and 7E. RGB value is (16,118,126). Sum of RGB (Red+Green+Blue) = 16+118+126=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #10767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10767E is #EF8981. Grayscale: #585858. Windows color (decimal): -15698306 or 8287760. OLE color: 8287760.

HSL color Cylindrical-coordinate representation of color #10767E: hue angle of 184.36º 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 #10767E is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 118 126 -
CMYK 0.87 0.06 0 0.51
HSL 184.36º 0.77% 0.28% -
HSV(B) 184.36º 0.87% 0.49% -
XYZ 10.46 14.57 22 -
YUV 88.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 16 118 126 0.87 0.06 0 0.51 184.36 0.77 0.28
Hex 10 76 7E 57 6 0 33 B8 4D 1C
Octal 20 166 176 127 6 0 63 270 115 34
Binary 10000 1110110 1111110 1010111 110 0 110011 10111000 1001101 11100

Color Harmonies of #10767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10767E

Black with #10767E

Text Example


Text Example

White with #10767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10767E; }

 p { color: rgb(16,118,126); }

 H1.HeaderClassName
 {
   color: #10767E;
 }
 .AnyTagClassName
 {
   color: #10767E;
 }
</style>

background-color css

<style>
 a { background-color: #10767E; }

 a { background-color: rgb(16,118,126); }

 div.DivClassName
 {
   background-color: #10767E;
 }
 .BgClassName
 {
   background-color: #10767E;
 }
</style>

border-color css

<style>
 span { border-color: #10767E; }

 span { border-color: rgb(16,118,126); }

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