Html Css Color HEX #10817D Teal

📋 copy color: '#10817D'

red 16 ◦ green 129 ◦ blue 125

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

Shades of Teal #10817D

Tints of Teal #10817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

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

R = 5.93%
G = 47.78%
B = 46.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#10817D (or 0x10817D) is known color: Teal. HEX triplet: 10, 81 and 7D. RGB value is (16,129,125). Sum of RGB (Red+Green+Blue) = 16+129+125=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #10817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10817D is #EF7E82. Grayscale: #5E5E5E. Windows color (decimal): -15695491 or 8225040. OLE color: 8225040.

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

Color convert

RGB 16 129 125 -
CMYK 0.88 0 0.03 0.49
HSL 177.88º 0.78% 0.28% -
HSV(B) 177.88º 0.88% 0.51% -
XYZ 11.77 17.29 22.12 -
YUV 94.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 16 129 125 0.88 0 0.03 0.49 177.88 0.78 0.28
Hex 10 81 7D 58 0 3 31 B2 4E 1C
Octal 20 201 175 130 0 3 61 262 116 34
Binary 10000 10000001 1111101 1011000 0 11 110001 10110010 1001110 11100

Color Harmonies of #10817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10817D

Black with #10817D

Text Example


Text Example

White with #10817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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