Html Css Color HEX #128087 Teal

📋 copy color: '#128087'

red 18 ◦ green 128 ◦ blue 135

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

Shades of Teal #128087

Tints of Teal #128087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 6.41%
G = 45.55%
B = 48.04%

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

#128087 (or 0x128087) is known color: Teal. HEX triplet: 12, 80 and 87. RGB value is (18,128,135). Sum of RGB (Red+Green+Blue) = 18+128+135=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #128087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128087 is #ED7F78. Grayscale: #5F5F5F. Windows color (decimal): -15564665 or 8880146. OLE color: 8880146.

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

Color convert

RGB 18 128 135 -
CMYK 0.87 0.05 0 0.47
HSL 183.59º 0.76% 0.3% -
HSV(B) 183.59º 0.87% 0.53% -
XYZ 12.34 17.32 25.61 -
YUV 95.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 18 128 135 0.87 0.05 0 0.47 183.59 0.76 0.3
Hex 12 80 87 57 5 0 2F B8 4C 1E
Octal 22 200 207 127 5 0 57 270 114 36
Binary 10010 10000000 10000111 1010111 101 0 101111 10111000 1001100 11110

Color Harmonies of #128087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128087

Black with #128087

Text Example


Text Example

White with #128087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128087; }

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

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

background-color css

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

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

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

border-color css

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

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

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