Html Css Color HEX #007182 Teal

📋 copy color: '#007182'

red 0 ◦ green 113 ◦ blue 130

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

Shades of Teal #007182

Tints of Teal #007182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.5%

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

R = 0%
G = 46.5%
B = 53.5%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007182 (or 0x007182) is known color: Teal. HEX triplet: 00, 71 and 82. RGB value is (0,113,130). Sum of RGB (Red+Green+Blue) = 0+113+130=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #007182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007182 is #FF8E7D. Grayscale: #505050. Windows color (decimal): -16748158 or 8548608. OLE color: 8548608.

HSL color Cylindrical-coordinate representation of color #007182: hue angle of 187.85º 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 #007182 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 113 130 -
CMYK 1 0.13 0 0.49
HSL 187.85º 1% 0.25% -
HSV(B) 187.85º 1% 0.51% -
XYZ 9.93 13.42 23.19 -
YUV 81.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 0 113 130 1 0.13 0 0.49 187.85 1 0.25
Hex 0 71 82 64 D 0 31 BC 64 19
Octal 0 161 202 144 15 0 61 274 144 31
Binary 0 1110001 10000010 1100100 1101 0 110001 10111100 1100100 11001

Color Harmonies of #007182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007182

Black with #007182

Text Example


Text Example

White with #007182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007182; }

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

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

background-color css

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

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

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

border-color css

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

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

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