#02738A

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

Shades of Teal #02738A

Tints of Teal #02738A

Color information

#02738A (or 0x02738A) is unknown color: approx Teal. HEX triplet: 02, 73 and 8A. RGB value is (2,115,138). Sum of RGB (Red+Green+Blue) = 2+115+138=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #02738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02738A is #FD8C75. Grayscale: #535353. Windows color (decimal): -16616566 or 9073410. OLE color: 9073410.

HSL color Cylindrical-coordinate representation of color #02738A: hue angle of 190.15º 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 #02738A is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2115138-
CMYK0.990.1700.46
HSL190.15º97.14%27.45%-
HSV(B)190.15º98.55%54.12%-
XYZ10.7414.1126.2-
YUV83.84158.5669.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=0.78%
G=45.10%
B=54.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21151380.990.1700.46190.1597.1427.45
Hex2738A631102Ebe611b
Octal21632121432105627614133
Binary10111001110001010110001110001010111010111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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