#007584

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

Shades of Teal #007584

Tints of Teal #007584

Color information

#007584 (or 0x007584) is unknown color: approx Teal. HEX triplet: 00, 75 and 84. RGB value is (0,117,132). Sum of RGB (Red+Green+Blue) = 0+117+132=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #007584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007584 is #FF8A7B. Grayscale: #535353. Windows color (decimal): -16747132 or 8680704. OLE color: 8680704.

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

Color convert

RGB0117132-
CMYK10.1100.48
HSL186.82º100%25.88%-
HSV(B)186.82º100%51.76%-
XYZ10.5314.3924.05-
YUV83.73155.2468.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=0%
G=46.99%
B=53.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal011713210.1100.48186.8210025.88
Hex0758464B030bb641a
Octal01652041441306027314432
Binary011101011000010011001001011011000010111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007584; }

 p { color: rgb(0,117,132); }

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

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

 a { background-color: rgb(0,117,132); }

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

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

 span { border-color: rgb(0,117,132); }

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