Html Css Color HEX #028088 Teal

📋 copy color: '#028088'

red 2 ◦ green 128 ◦ blue 136

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

Shades of Teal #028088

Tints of Teal #028088

RGB

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

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

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

R = 0.75%
G = 48.12%
B = 51.13%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#028088 (or 0x028088) is known color: Teal. HEX triplet: 02, 80 and 88. RGB value is (2,128,136). Sum of RGB (Red+Green+Blue) = 2+128+136=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #028088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028088 is #FD7F77. Grayscale: #5B5B5B. Windows color (decimal): -16613240 or 8945666. OLE color: 8945666.

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

Color convert

RGB 2 128 136 -
CMYK 0.99 0.06 0 0.47
HSL 183.58º 0.97% 0.27% -
HSV(B) 183.58º 0.99% 0.53% -
XYZ 12.19 17.23 25.98 -
YUV 91.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 2 128 136 0.99 0.06 0 0.47 183.58 0.97 0.27
Hex 2 80 88 63 6 0 2F B8 61 1B
Octal 2 200 210 143 6 0 57 270 141 33
Binary 10 10000000 10001000 1100011 110 0 101111 10111000 1100001 11011

Color Harmonies of #028088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028088

Black with #028088

Text Example


Text Example

White with #028088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028088; }

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

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

background-color css

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

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

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

border-color css

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

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

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