Html Css Color HEX #10827D Teal

📋 copy color: '#10827D'

red 16 ◦ green 130 ◦ blue 125

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

Shades of Teal #10827D

Tints of Teal #10827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 5.9%
G = 47.97%
B = 46.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#10827D (or 0x10827D) is known color: Teal. HEX triplet: 10, 82 and 7D. RGB value is (16,130,125). Sum of RGB (Red+Green+Blue) = 16+130+125=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #10827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827D is #EF7D82. Grayscale: #5F5F5F. Windows color (decimal): -15695235 or 8225296. OLE color: 8225296.

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

Color convert

RGB 16 130 125 -
CMYK 0.88 0 0.04 0.49
HSL 177.37º 0.78% 0.29% -
HSV(B) 177.37º 0.88% 0.51% -
XYZ 11.9 17.56 22.16 -
YUV 95.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 16 130 125 0.88 0 0.04 0.49 177.37 0.78 0.29
Hex 10 82 7D 58 0 4 31 B1 4E 1D
Octal 20 202 175 130 0 4 61 261 116 35
Binary 10000 10000010 1111101 1011000 0 100 110001 10110001 1001110 11101

Color Harmonies of #10827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10827D

Black with #10827D

Text Example


Text Example

White with #10827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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