#028189

Color #028189 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #028189

Tints of Teal #028189

Color information

#028189 (or 0x028189) is unknown color: approx Teal. HEX triplet: 02, 81 and 89. RGB value is (2,129,137). Sum of RGB (Red+Green+Blue) = 2+129+137=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #028189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028189 is #FD7E76. Grayscale: #5B5B5B. Windows color (decimal): -16612983 or 9011458. OLE color: 9011458.

HSL color Cylindrical-coordinate representation of color #028189: hue angle of 183.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028189 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2129137-
CMYK0.990.0600.46
HSL183.56º97.12%27.25%-
HSV(B)183.56º98.54%53.73%-
XYZ12.3917.5226.4-
YUV91.94153.4263.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 129 (50.78% from 255) = 48.13%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=0.75%
G=48.13%
B=51.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21291370.990.0600.46183.5697.1227.25
Hex2818963602Eb8611b
Octal2201211143605627014133
Binary1010000001100010011100011110010111010111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028189; }

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

 H1.HeaderClassName
 {
   color: #028189;
 }
 .AnyTagClassName
 {
   color: #028189;
 }
</style>
background-color css

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

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

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

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

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

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