#02827D

Color #02827D Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #02827D

Tints of Teal #02827D

Color information

#02827D (or 0x02827D) is unknown color: approx Teal. HEX triplet: 02, 82 and 7D. RGB value is (2,130,125). Sum of RGB (Red+Green+Blue) = 2+130+125=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #02827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02827D is #FD7D82. Grayscale: #5B5B5B. Windows color (decimal): -16612739 or 8225282. OLE color: 8225282.

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

Color convert

RGB2130125-
CMYK0.9800.040.49
HSL177.66º96.97%25.88%-
HSV(B)177.66º98.46%50.98%-
XYZ11.7117.4622.15-
YUV91.16147.0964.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=0.78%
G=50.58%
B=48.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21301250.9800.040.49177.6696.9725.88
Hex2827D620431b2611a
Octal2202175142046126214132
Binary101000001011111011100010010011000110110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02827D;
 }
 .AnyTagClassName
 {
   color: #02827D;
 }
</style>
background-color css

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

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

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

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

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

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