Html Css Color HEX #007582 Teal

📋 copy color: '#007582'

red 0 ◦ green 117 ◦ blue 130

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

Shades of Teal #007582

Tints of Teal #007582

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 0%
G = 47.37%
B = 52.63%

CMYK

 C value IS 1

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007582 (or 0x007582) is known color: Teal. HEX triplet: 00, 75 and 82. RGB value is (0,117,130). Sum of RGB (Red+Green+Blue) = 0+117+130=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #007582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007582 is #FF8A7D. Grayscale: #535353. Windows color (decimal): -16747134 or 8549632. OLE color: 8549632.

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

Color convert

RGB 0 117 130 -
CMYK 1 0.1 0 0.49
HSL 186º 1% 0.25% -
HSV(B) 186º 1% 0.51% -
XYZ 10.39 14.33 23.34 -
YUV 83.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 0 117 130 1 0.1 0 0.49 186 1 0.25
Hex 0 75 82 64 A 0 31 BA 64 19
Octal 0 165 202 144 12 0 61 272 144 31
Binary 0 1110101 10000010 1100100 1010 0 110001 10111010 1100100 11001

Color Harmonies of #007582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007582

Black with #007582

Text Example


Text Example

White with #007582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007582; }

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

 H1.HeaderClassName
 {
   color: #007582;
 }
 .AnyTagClassName
 {
   color: #007582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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