Html Css Color HEX #108581 Teal

📋 copy color: '#108581'

red 16 ◦ green 133 ◦ blue 129

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

Shades of Teal #108581

Tints of Teal #108581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 5.76%
G = 47.84%
B = 46.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#108581 (or 0x108581) is known color: Teal. HEX triplet: 10, 85 and 81. RGB value is (16,133,129). Sum of RGB (Red+Green+Blue) = 16+133+129=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #108581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108581 is #EF7A7E. Grayscale: #616161. Windows color (decimal): -15694463 or 8488208. OLE color: 8488208.

HSL color Cylindrical-coordinate representation of color #108581: hue angle of 177.95º 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 #108581 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 129 -
CMYK 0.88 0 0.03 0.48
HSL 177.95º 0.79% 0.29% -
HSV(B) 177.95º 0.88% 0.52% -
XYZ 12.56 18.47 23.67 -
YUV 97.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 16 133 129 0.88 0 0.03 0.48 177.95 0.79 0.29
Hex 10 85 81 58 0 3 30 B2 4F 1D
Octal 20 205 201 130 0 3 60 262 117 35
Binary 10000 10000101 10000001 1011000 0 11 110000 10110010 1001111 11101

Color Harmonies of #108581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108581

Black with #108581

Text Example


Text Example

White with #108581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108581; }

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

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

background-color css

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

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

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

border-color css

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

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

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