Html Css Color HEX #128288 Teal

📋 copy color: '#128288'

red 18 ◦ green 130 ◦ blue 136

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

Shades of Teal #128288

Tints of Teal #128288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

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

R = 6.34%
G = 45.77%
B = 47.89%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128288 (or 0x128288) is known color: Teal. HEX triplet: 12, 82 and 88. RGB value is (18,130,136). Sum of RGB (Red+Green+Blue) = 18+130+136=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #128288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128288 is #ED7D77. Grayscale: #616161. Windows color (decimal): -15564152 or 8946194. OLE color: 8946194.

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

Color convert

RGB 18 130 136 -
CMYK 0.87 0.04 0 0.47
HSL 183.05º 0.77% 0.3% -
HSV(B) 183.05º 0.87% 0.53% -
XYZ 12.68 17.87 26.07 -
YUV 97.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 18 130 136 0.87 0.04 0 0.47 183.05 0.77 0.3
Hex 12 82 88 57 4 0 2F B7 4D 1E
Octal 22 202 210 127 4 0 57 267 115 36
Binary 10010 10000010 10001000 1010111 100 0 101111 10110111 1001101 11110

Color Harmonies of #128288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128288

Black with #128288

Text Example


Text Example

White with #128288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128288; }

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

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

background-color css

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

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

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

border-color css

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

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

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