Html Css Color HEX #028380 Teal

📋 copy color: '#028380'

red 2 ◦ green 131 ◦ blue 128

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

Shades of Teal #028380

Tints of Teal #028380

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #028380: hue angle of 178.6º 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 #028380 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 131 128 -
CMYK 0.98 0 0.02 0.49
HSL 178.6º 0.97% 0.26% -
HSV(B) 178.6º 0.98% 0.51% -
XYZ 12.04 17.8 23.22 -
YUV 92.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 2 131 128 0.98 0 0.02 0.49 178.6 0.97 0.26
Hex 2 83 80 62 0 2 31 B3 61 1A
Octal 2 203 200 142 0 2 61 263 141 32
Binary 10 10000011 10000000 1100010 0 10 110001 10110011 1100001 11010

Color Harmonies of #028380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028380

Black with #028380

Text Example


Text Example

White with #028380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028380; }

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

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

background-color css

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

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

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

border-color css

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

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

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