Html Css Color HEX #10857D Teal

📋 copy color: '#10857D'

red 16 ◦ green 133 ◦ blue 125

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

Shades of Teal #10857D

Tints of Teal #10857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 5.84%
G = 48.54%
B = 45.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#10857D (or 0x10857D) is known color: Teal. HEX triplet: 10, 85 and 7D. RGB value is (16,133,125). Sum of RGB (Red+Green+Blue) = 16+133+125=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #10857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10857D is #EF7A82. Grayscale: #616161. Windows color (decimal): -15694467 or 8226064. OLE color: 8226064.

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

Color convert

RGB 16 133 125 -
CMYK 0.88 0 0.06 0.48
HSL 175.9º 0.79% 0.29% -
HSV(B) 175.9º 0.88% 0.52% -
XYZ 12.3 18.37 22.3 -
YUV 97.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 16 133 125 0.88 0 0.06 0.48 175.9 0.79 0.29
Hex 10 85 7D 58 0 6 30 B0 4F 1D
Octal 20 205 175 130 0 6 60 260 117 35
Binary 10000 10000101 1111101 1011000 0 110 110000 10110000 1001111 11101

Color Harmonies of #10857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10857D

Black with #10857D

Text Example


Text Example

White with #10857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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