Html Css Color HEX #10827B Teal

📋 copy color: '#10827B'

red 16 ◦ green 130 ◦ blue 123

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

Shades of Teal #10827B

Tints of Teal #10827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 5.95%
G = 48.33%
B = 45.72%

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

#10827B (or 0x10827B) is known color: Teal. HEX triplet: 10, 82 and 7B. RGB value is (16,130,123). Sum of RGB (Red+Green+Blue) = 16+130+123=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #10827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827B is #EF7D84. Grayscale: #5F5F5F. Windows color (decimal): -15695237 or 8094224. OLE color: 8094224.

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

Color convert

RGB 16 130 123 -
CMYK 0.88 0 0.05 0.49
HSL 176.32º 0.78% 0.29% -
HSV(B) 176.32º 0.88% 0.51% -
XYZ 11.77 17.51 21.5 -
YUV 95.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 16 130 123 0.88 0 0.05 0.49 176.32 0.78 0.29
Hex 10 82 7B 58 0 5 31 B0 4E 1D
Octal 20 202 173 130 0 5 61 260 116 35
Binary 10000 10000010 1111011 1011000 0 101 110001 10110000 1001110 11101

Color Harmonies of #10827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10827B

Black with #10827B

Text Example


Text Example

White with #10827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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