Html Css Color HEX #10867D Teal

📋 copy color: '#10867D'

red 16 ◦ green 134 ◦ blue 125

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

Shades of Teal #10867D

Tints of Teal #10867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 5.82%
G = 48.73%
B = 45.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#10867D (or 0x10867D) is known color: Teal. HEX triplet: 10, 86 and 7D. RGB value is (16,134,125). Sum of RGB (Red+Green+Blue) = 16+134+125=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #10867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10867D is #EF7982. Grayscale: #616161. Windows color (decimal): -15694211 or 8226320. OLE color: 8226320.

HSL color Cylindrical-coordinate representation of color #10867D: hue angle of 175.42º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10867D is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 134 125 -
CMYK 0.88 0 0.07 0.47
HSL 175.42º 0.79% 0.29% -
HSV(B) 175.42º 0.88% 0.53% -
XYZ 12.44 18.64 22.34 -
YUV 97.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 16 134 125 0.88 0 0.07 0.47 175.42 0.79 0.29
Hex 10 86 7D 58 0 7 2F AF 4F 1D
Octal 20 206 175 130 0 7 57 257 117 35
Binary 10000 10000110 1111101 1011000 0 111 101111 10101111 1001111 11101

Color Harmonies of #10867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10867D

Black with #10867D

Text Example


Text Example

White with #10867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10867D;
 }
 .AnyTagClassName
 {
   color: #10867D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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