#027881

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

Shades of Teal #027881

Tints of Teal #027881

Color information

#027881 (or 0x027881) is unknown color: approx Teal. HEX triplet: 02, 78 and 81. RGB value is (2,120,129). Sum of RGB (Red+Green+Blue) = 2+120+129=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #027881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027881 is #FD877E. Grayscale: #555555. Windows color (decimal): -16615295 or 8484866. OLE color: 8484866.

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

Color convert

RGB2120129-
CMYK0.980.0700.49
HSL184.25º96.95%25.69%-
HSV(B)184.25º98.45%50.59%-
XYZ10.715.0323.11-
YUV85.74152.4168.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 129 (50.78% from 255) = 51.39%
R=0.80%
G=47.81%
B=51.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21201290.980.0700.49184.2596.9525.69
Hex27881627031b8611a
Octal2170201142706127014132
Binary101111000100000011100010111011000110111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027881; }

 p { color: rgb(2,120,129); }

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

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

 a { background-color: rgb(2,120,129); }

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

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

 span { border-color: rgb(2,120,129); }

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