Html Css Color HEX #10827C Teal

📋 copy color: '#10827C'

red 16 ◦ green 130 ◦ blue 124

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

Shades of Teal #10827C

Tints of Teal #10827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 5.93%
G = 48.15%
B = 45.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#10827C (or 0x10827C) is known color: Teal. HEX triplet: 10, 82 and 7C. RGB value is (16,130,124). Sum of RGB (Red+Green+Blue) = 16+130+124=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #10827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827C is #EF7D83. Grayscale: #5F5F5F. Windows color (decimal): -15695236 or 8159760. OLE color: 8159760.

HSL color Cylindrical-coordinate representation of color #10827C: hue angle of 176.84º 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 #10827C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 124 -
CMYK 0.88 0 0.05 0.49
HSL 176.84º 0.78% 0.29% -
HSV(B) 176.84º 0.88% 0.51% -
XYZ 11.83 17.53 21.83 -
YUV 95.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 16 130 124 0.88 0 0.05 0.49 176.84 0.78 0.29
Hex 10 82 7C 58 0 5 31 B1 4E 1D
Octal 20 202 174 130 0 5 61 261 116 35
Binary 10000 10000010 1111100 1011000 0 101 110001 10110001 1001110 11101

Color Harmonies of #10827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10827C

Black with #10827C

Text Example


Text Example

White with #10827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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