Html Css Color HEX #128980 Teal

📋 copy color: '#128980'

red 18 ◦ green 137 ◦ blue 128

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

Shades of Teal #128980

Tints of Teal #128980

RGB

 RED value IS 18 (7.42% from 255) = 6.36%

 GREEN value IS 137 (53.91% from 255) = 48.41%

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

R = 6.36%
G = 48.41%
B = 45.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#128980 (or 0x128980) is known color: Teal. HEX triplet: 12, 89 and 80. RGB value is (18,137,128). Sum of RGB (Red+Green+Blue) = 18+137+128=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #128980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128980 is #ED767F. Grayscale: #646464. Windows color (decimal): -15562368 or 8423698. OLE color: 8423698.

HSL color Cylindrical-coordinate representation of color #128980: hue angle of 175.46º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128980 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 128 -
CMYK 0.87 0 0.07 0.46
HSL 175.46º 0.77% 0.3% -
HSV(B) 175.46º 0.87% 0.54% -
XYZ 13.09 19.58 23.51 -
YUV 100.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 18 137 128 0.87 0 0.07 0.46 175.46 0.77 0.3
Hex 12 89 80 57 0 7 2E AF 4D 1E
Octal 22 211 200 127 0 7 56 257 115 36
Binary 10010 10001001 10000000 1010111 0 111 101110 10101111 1001101 11110

Color Harmonies of #128980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128980

Black with #128980

Text Example


Text Example

White with #128980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128980; }

 p { color: rgb(18,137,128); }

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

background-color css

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

 a { background-color: rgb(18,137,128); }

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

border-color css

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

 span { border-color: rgb(18,137,128); }

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