Html Css Color HEX #028779 Teal

📋 copy color: '#028779'

red 2 ◦ green 135 ◦ blue 121

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

Shades of Teal #028779

Tints of Teal #028779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.33%

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 0.78%
G = 52.33%
B = 46.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#028779 (or 0x028779) is known color: Teal. HEX triplet: 02, 87 and 79. RGB value is (2,135,121). Sum of RGB (Red+Green+Blue) = 2+135+121=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #028779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028779 is #FD7886. Grayscale: #5D5D5D. Windows color (decimal): -16611463 or 7964418. OLE color: 7964418.

HSL color Cylindrical-coordinate representation of color #028779: hue angle of 173.68º 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 #028779 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 121 -
CMYK 0.99 0 0.10 0.47
HSL 173.68º 0.97% 0.27% -
HSV(B) 173.68º 0.99% 0.53% -
XYZ 12.14 18.72 21.06 -
YUV 93.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 2 135 121 0.99 0 0.10 0.47 173.68 0.97 0.27
Hex 2 87 79 63 0 A 2F AE 61 1B
Octal 2 207 171 143 0 12 57 256 141 33
Binary 10 10000111 1111001 1100011 0 1010 101111 10101110 1100001 11011

Color Harmonies of #028779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028779

Black with #028779

Text Example


Text Example

White with #028779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028779; }

 p { color: rgb(2,135,121); }

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

background-color css

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

 a { background-color: rgb(2,135,121); }

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

border-color css

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

 span { border-color: rgb(2,135,121); }

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