#02727F

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

Shades of Teal #02727F

Tints of Teal #02727F

Color information

#02727F (or 0x02727F) is unknown color: approx Teal. HEX triplet: 02, 72 and 7F. RGB value is (2,114,127). Sum of RGB (Red+Green+Blue) = 2+114+127=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #02727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02727F is #FD8D80. Grayscale: #515151. Windows color (decimal): -16616833 or 8352258. OLE color: 8352258.

HSL color Cylindrical-coordinate representation of color #02727F: hue angle of 186.24º 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 #02727F is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2114127-
CMYK0.980.1000.50
HSL186.24º96.9%25.29%-
HSV(B)186.24º98.43%49.8%-
XYZ9.8713.5822.18-
YUV81.99153.3970.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 127 (50% from 255) = 52.26%
R=0.82%
G=46.91%
B=52.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21141270.980.1000.50186.2496.925.29
Hex2727F62A032ba6119
Octal21621771421206227214131
Binary101110010111111111000101010011001010111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02727F; }

 p { color: rgb(2,114,127); }

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

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

 a { background-color: rgb(2,114,127); }

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

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

 span { border-color: rgb(2,114,127); }

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