Html Css Color HEX #128188 Teal

📋 copy color: '#128188'

red 18 ◦ green 129 ◦ blue 136

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

Shades of Teal #128188

Tints of Teal #128188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.06%

R = 6.36%
G = 45.58%
B = 48.06%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128188 (or 0x128188) is known color: Teal. HEX triplet: 12, 81 and 88. RGB value is (18,129,136). Sum of RGB (Red+Green+Blue) = 18+129+136=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #128188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128188 is #ED7E77. Grayscale: #606060. Windows color (decimal): -15564408 or 8945938. OLE color: 8945938.

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

Color convert

RGB 18 129 136 -
CMYK 0.87 0.05 0 0.47
HSL 183.56º 0.77% 0.3% -
HSV(B) 183.56º 0.87% 0.53% -
XYZ 12.54 17.61 26.03 -
YUV 96.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 18 129 136 0.87 0.05 0 0.47 183.56 0.77 0.3
Hex 12 81 88 57 5 0 2F B8 4D 1E
Octal 22 201 210 127 5 0 57 270 115 36
Binary 10010 10000001 10001000 1010111 101 0 101111 10111000 1001101 11110

Color Harmonies of #128188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128188

Black with #128188

Text Example


Text Example

White with #128188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128188; }

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

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

background-color css

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

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

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

border-color css

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

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

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