Html Css Color HEX #128081 Teal

📋 copy color: '#128081'

red 18 ◦ green 128 ◦ blue 129

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

Shades of Teal #128081

Tints of Teal #128081

RGB

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

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

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

R = 6.55%
G = 46.55%
B = 46.91%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#128081 (or 0x128081) is known color: Teal. HEX triplet: 12, 80 and 81. RGB value is (18,128,129). Sum of RGB (Red+Green+Blue) = 18+128+129=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #128081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128081 is #ED7F7E. Grayscale: #5F5F5F. Windows color (decimal): -15564671 or 8486930. OLE color: 8486930.

HSL color Cylindrical-coordinate representation of color #128081: hue angle of 180.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128081 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 128 129 -
CMYK 0.86 0.01 0 0.49
HSL 180.54º 0.76% 0.29% -
HSV(B) 180.54º 0.86% 0.51% -
XYZ 11.93 17.15 23.45 -
YUV 95.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 18 128 129 0.86 0.01 0 0.49 180.54 0.76 0.29
Hex 12 80 81 56 1 0 31 B5 4C 1D
Octal 22 200 201 126 1 0 61 265 114 35
Binary 10010 10000000 10000001 1010110 1 0 110001 10110101 1001100 11101

Color Harmonies of #128081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128081

Black with #128081

Text Example


Text Example

White with #128081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128081; }

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

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

background-color css

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

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

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

border-color css

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

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

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