#007280

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

Shades of Teal #007280

Tints of Teal #007280

Color information

#007280 (or 0x007280) is unknown color: approx Teal. HEX triplet: 00, 72 and 80. RGB value is (0,114,128). Sum of RGB (Red+Green+Blue) = 0+114+128=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #007280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007280 is #FF8D7F. Grayscale: #515151. Windows color (decimal): -16747904 or 8417792. OLE color: 8417792.

HSL color Cylindrical-coordinate representation of color #007280: hue angle of 186.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007280 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB0114128-
CMYK10.1100.50
HSL186.56º100%25.1%-
HSV(B)186.56º100%50.2%-
XYZ9.9113.5922.52-
YUV81.51154.2369.86-

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) = 47.11%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=0%
G=47.11%
B=52.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal011412810.1100.50186.5610025.1
Hex0728064B032bb6419
Octal01622001441306227314431
Binary011100101000000011001001011011001010111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007280; }

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

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

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

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

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

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

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

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