#027984

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

Shades of Teal #027984

Tints of Teal #027984

Color information

#027984 (or 0x027984) is unknown color: approx Teal. HEX triplet: 02, 79 and 84. RGB value is (2,121,132). Sum of RGB (Red+Green+Blue) = 2+121+132=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #027984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027984 is #FD867B. Grayscale: #565656. Windows color (decimal): -16615036 or 8681730. OLE color: 8681730.

HSL color Cylindrical-coordinate representation of color #027984: hue angle of 185.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027984 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2121132-
CMYK0.980.0800.48
HSL185.08º97.01%26.27%-
HSV(B)185.08º98.48%51.76%-
XYZ11.0315.3524.21-
YUV86.67153.5867.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=0.78%
G=47.45%
B=51.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21211320.980.0800.48185.0897.0126.27
Hex27984628030b9611a
Octal21712041421006027114132
Binary1011110011000010011000101000011000010111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027984; }

 p { color: rgb(2,121,132); }

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

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

 a { background-color: rgb(2,121,132); }

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

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

 span { border-color: rgb(2,121,132); }

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