Html Css Color HEX #007584 Teal

📋 copy color: '#007584'

red 0 ◦ green 117 ◦ blue 132

#007584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #007584

Tints of Teal #007584

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 value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007584 (or 0x007584) is known color: 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

RGB 0 117 132 -
CMYK 1 0.11 0 0.48
HSL 186.82º 1% 0.26% -
HSV(B) 186.82º 1% 0.52% -
XYZ 10.53 14.39 24.05 -
YUV 83.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 0 117 132 1 0.11 0 0.48 186.82 1 0.26
Hex 0 75 84 64 B 0 30 BB 64 1A
Octal 0 165 204 144 13 0 60 273 144 32
Binary 0 1110101 10000100 1100100 1011 0 110000 10111011 1100100 11010

Color Harmonies of #007584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007584

Black with #007584

Text Example


Text Example

White with #007584

Text Example


Text Example

HTML Codes & Css Web 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>