Html Css Color HEX #028085 Teal

📋 copy color: '#028085'

red 2 ◦ green 128 ◦ blue 133

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

Shades of Teal #028085

Tints of Teal #028085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 0.76%
G = 48.67%
B = 50.57%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#028085 (or 0x028085) is known color: Teal. HEX triplet: 02, 80 and 85. RGB value is (2,128,133). Sum of RGB (Red+Green+Blue) = 2+128+133=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #028085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028085 is #FD7F7A. Grayscale: #5A5A5A. Windows color (decimal): -16613243 or 8749058. OLE color: 8749058.

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

Color convert

RGB 2 128 133 -
CMYK 0.98 0.04 0 0.48
HSL 182.29º 0.97% 0.26% -
HSV(B) 182.29º 0.98% 0.52% -
XYZ 11.98 17.14 24.87 -
YUV 90.9 151.76 64.59 -
System Red Green Blue C M Y K H S L
Decimal 2 128 133 0.98 0.04 0 0.48 182.29 0.97 0.26
Hex 2 80 85 62 4 0 30 B6 61 1A
Octal 2 200 205 142 4 0 60 266 141 32
Binary 10 10000000 10000101 1100010 100 0 110000 10110110 1100001 11010

Color Harmonies of #028085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028085

Black with #028085

Text Example


Text Example

White with #028085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028085; }

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

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

background-color css

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

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

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

border-color css

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

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

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