Html Css Color HEX #028083 Teal

📋 copy color: '#028083'

red 2 ◦ green 128 ◦ blue 131

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

Shades of Teal #028083

Tints of Teal #028083

RGB

 RED value IS 2 (1.17% from 255) = 0.77%

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

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 0.77%
G = 49.04%
B = 50.19%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#028083 (or 0x028083) is known color: Teal. HEX triplet: 02, 80 and 83. RGB value is (2,128,131). Sum of RGB (Red+Green+Blue) = 2+128+131=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #028083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028083 is #FD7F7C. Grayscale: #5A5A5A. Windows color (decimal): -16613245 or 8617986. OLE color: 8617986.

HSL color Cylindrical-coordinate representation of color #028083: hue angle of 181.4º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028083 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 128 131 -
CMYK 0.98 0.02 0 0.49
HSL 181.4º 0.97% 0.26% -
HSV(B) 181.4º 0.98% 0.51% -
XYZ 11.84 17.09 24.15 -
YUV 90.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 2 128 131 0.98 0.02 0 0.49 181.4 0.97 0.26
Hex 2 80 83 62 2 0 31 B5 61 1A
Octal 2 200 203 142 2 0 61 265 141 32
Binary 10 10000000 10000011 1100010 10 0 110001 10110101 1100001 11010

Color Harmonies of #028083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028083

Black with #028083

Text Example


Text Example

White with #028083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028083; }

 p { color: rgb(2,128,131); }

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

background-color css

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

 a { background-color: rgb(2,128,131); }

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

border-color css

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

 span { border-color: rgb(2,128,131); }

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