#00728A

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

Shades of Teal #00728A

Tints of Teal #00728A

Color information

#00728A (or 0x00728A) is unknown color: approx Teal. HEX triplet: 00, 72 and 8A. RGB value is (0,114,138). Sum of RGB (Red+Green+Blue) = 0+114+138=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #00728A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00728A is #FF8D75. Grayscale: #525252. Windows color (decimal): -16747894 or 9073152. OLE color: 9073152.

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

Color convert

RGB0114138-
CMYK10.1700.46
HSL190.43º100%27.06%-
HSV(B)190.43º100%54.12%-
XYZ10.613.8726.16-
YUV82.65159.2369.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=0%
G=45.24%
B=54.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal011413810.1700.46190.4310027.06
Hex0728A641102Ebe641b
Octal01622121442105627614433
Binary0111001010001010110010010001010111010111110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,114,138); }

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

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

 a { background-color: rgb(0,114,138); }

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

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

 span { border-color: rgb(0,114,138); }

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