Html Css Color HEX #128189 Teal

📋 copy color: '#128189'

red 18 ◦ green 129 ◦ blue 137

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

Shades of Teal #128189

Tints of Teal #128189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 6.34%
G = 45.42%
B = 48.24%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#128189 (or 0x128189) is known color: Teal. HEX triplet: 12, 81 and 89. RGB value is (18,129,137). Sum of RGB (Red+Green+Blue) = 18+129+137=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #128189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128189 is #ED7E76. Grayscale: #606060. Windows color (decimal): -15564407 or 9011474. OLE color: 9011474.

HSL color Cylindrical-coordinate representation of color #128189: hue angle of 184.03º 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 #128189 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 129 137 -
CMYK 0.87 0.06 0 0.46
HSL 184.03º 0.77% 0.3% -
HSV(B) 184.03º 0.87% 0.54% -
XYZ 12.62 17.64 26.41 -
YUV 96.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 18 129 137 0.87 0.06 0 0.46 184.03 0.77 0.3
Hex 12 81 89 57 6 0 2E B8 4D 1E
Octal 22 201 211 127 6 0 56 270 115 36
Binary 10010 10000001 10001001 1010111 110 0 101110 10111000 1001101 11110

Color Harmonies of #128189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128189

Black with #128189

Text Example


Text Example

White with #128189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128189; }

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

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

background-color css

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

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

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

border-color css

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

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

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