#027C83

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

Shades of Teal #027C83

Tints of Teal #027C83

Color information

#027C83 (or 0x027C83) is unknown color: approx Teal. HEX triplet: 02, 7C and 83. RGB value is (2,124,131). Sum of RGB (Red+Green+Blue) = 2+124+131=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #027C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C83 is #FD837C. Grayscale: #585858. Windows color (decimal): -16614269 or 8616962. OLE color: 8616962.

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

Color convert

RGB2124131-
CMYK0.980.0500.49
HSL183.26º96.99%26.08%-
HSV(B)183.26º98.47%51.37%-
XYZ11.3316.0723.98-
YUV88.32152.0866.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=0.78%
G=48.25%
B=50.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21241310.980.0500.49183.2696.9926.08
Hex27C83625031b7611a
Octal2174203142506126714132
Binary101111100100000111100010101011000110110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C83; }

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

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

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

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

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

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

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

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