Html Css Color HEX #02827C Teal

📋 copy color: '#02827C'

red 2 ◦ green 130 ◦ blue 124

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

Shades of Teal #02827C

Tints of Teal #02827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

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

R = 0.78%
G = 50.78%
B = 48.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#02827C (or 0x02827C) is known color: Teal. HEX triplet: 02, 82 and 7C. RGB value is (2,130,124). Sum of RGB (Red+Green+Blue) = 2+130+124=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #02827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02827C is #FD7D83. Grayscale: #5A5A5A. Windows color (decimal): -16612740 or 8159746. OLE color: 8159746.

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

Color convert

RGB 2 130 124 -
CMYK 0.98 0 0.05 0.49
HSL 177.19º 0.97% 0.26% -
HSV(B) 177.19º 0.98% 0.51% -
XYZ 11.65 17.43 21.82 -
YUV 91.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 2 130 124 0.98 0 0.05 0.49 177.19 0.97 0.26
Hex 2 82 7C 62 0 5 31 B1 61 1A
Octal 2 202 174 142 0 5 61 261 141 32
Binary 10 10000010 1111100 1100010 0 101 110001 10110001 1100001 11010

Color Harmonies of #02827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02827C

Black with #02827C

Text Example


Text Example

White with #02827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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