Html Css Color HEX #02807C Teal

📋 copy color: '#02807C'

red 2 ◦ green 128 ◦ blue 124

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

Shades of Teal #02807C

Tints of Teal #02807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 0.79%
G = 50.39%
B = 48.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#02807C (or 0x02807C) is known color: Teal. HEX triplet: 02, 80 and 7C. RGB value is (2,128,124). Sum of RGB (Red+Green+Blue) = 2+128+124=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #02807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02807C is #FD7F83. Grayscale: #595959. Windows color (decimal): -16613252 or 8159234. OLE color: 8159234.

HSL color Cylindrical-coordinate representation of color #02807C: hue angle of 178.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02807C is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 124 -
CMYK 0.98 0 0.03 0.50
HSL 178.1º 0.97% 0.25% -
HSV(B) 178.1º 0.98% 0.5% -
XYZ 11.38 16.91 21.73 -
YUV 89.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 2 128 124 0.98 0 0.03 0.50 178.1 0.97 0.25
Hex 2 80 7C 62 0 3 32 B2 61 19
Octal 2 200 174 142 0 3 62 262 141 31
Binary 10 10000000 1111100 1100010 0 11 110010 10110010 1100001 11001

Color Harmonies of #02807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02807C

Black with #02807C

Text Example


Text Example

White with #02807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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