#02748A

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

Shades of Teal #02748A

Tints of Teal #02748A

Color information

#02748A (or 0x02748A) is unknown color: approx Teal. HEX triplet: 02, 74 and 8A. RGB value is (2,116,138). Sum of RGB (Red+Green+Blue) = 2+116+138=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #02748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02748A is #FD8B75. Grayscale: #545454. Windows color (decimal): -16616310 or 9073666. OLE color: 9073666.

HSL color Cylindrical-coordinate representation of color #02748A: hue angle of 189.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02748A is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2116138-
CMYK0.990.1600.46
HSL189.71º97.14%27.45%-
HSV(B)189.71º98.55%54.12%-
XYZ10.8614.3426.24-
YUV84.42158.2369.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=0.78%
G=45.31%
B=53.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21161380.990.1600.46189.7197.1427.45
Hex2748A631002Ebe611b
Octal21642121432005627614133
Binary10111010010001010110001110000010111010111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02748A; }

 p { color: rgb(2,116,138); }

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

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

 a { background-color: rgb(2,116,138); }

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

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

 span { border-color: rgb(2,116,138); }

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