Html Css Color HEX #108584 Teal

📋 copy color: '#108584'

red 16 ◦ green 133 ◦ blue 132

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

Shades of Teal #108584

Tints of Teal #108584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 5.69%
G = 47.33%
B = 46.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#108584 (or 0x108584) is known color: Teal. HEX triplet: 10, 85 and 84. RGB value is (16,133,132). Sum of RGB (Red+Green+Blue) = 16+133+132=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #108584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108584 is #EF7A7B. Grayscale: #616161. Windows color (decimal): -15694460 or 8684816. OLE color: 8684816.

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

Color convert

RGB 16 133 132 -
CMYK 0.88 0 0.01 0.48
HSL 179.49º 0.79% 0.29% -
HSV(B) 179.49º 0.88% 0.52% -
XYZ 12.77 18.55 24.74 -
YUV 97.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 16 133 132 0.88 0 0.01 0.48 179.49 0.79 0.29
Hex 10 85 84 58 0 1 30 B3 4F 1D
Octal 20 205 204 130 0 1 60 263 117 35
Binary 10000 10000101 10000100 1011000 0 1 110000 10110011 1001111 11101

Color Harmonies of #108584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108584

Black with #108584

Text Example


Text Example

White with #108584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108584; }

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

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

background-color css

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

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

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

border-color css

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

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

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