Html Css Color HEX #108380 Teal

📋 copy color: '#108380'

red 16 ◦ green 131 ◦ blue 128

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

Shades of Teal #108380

Tints of Teal #108380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 5.82%
G = 47.64%
B = 46.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#108380 (or 0x108380) is known color: Teal. HEX triplet: 10, 83 and 80. RGB value is (16,131,128). Sum of RGB (Red+Green+Blue) = 16+131+128=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #108380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108380 is #EF7C7F. Grayscale: #606060. Windows color (decimal): -15694976 or 8422160. OLE color: 8422160.

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

Color convert

RGB 16 131 128 -
CMYK 0.88 0 0.02 0.49
HSL 178.43º 0.78% 0.29% -
HSV(B) 178.43º 0.88% 0.51% -
XYZ 12.23 17.9 23.23 -
YUV 96.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 16 131 128 0.88 0 0.02 0.49 178.43 0.78 0.29
Hex 10 83 80 58 0 2 31 B2 4E 1D
Octal 20 203 200 130 0 2 61 262 116 35
Binary 10000 10000011 10000000 1011000 0 10 110001 10110010 1001110 11101

Color Harmonies of #108380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108380

Black with #108380

Text Example


Text Example

White with #108380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108380; }

 p { color: rgb(16,131,128); }

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

background-color css

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

 a { background-color: rgb(16,131,128); }

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

border-color css

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

 span { border-color: rgb(16,131,128); }

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