Html Css Color HEX #007081 Teal

📋 copy color: '#007081'

red 0 ◦ green 112 ◦ blue 129

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

Shades of Teal #007081

Tints of Teal #007081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 0%
G = 46.47%
B = 53.53%

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

#007081 (or 0x007081) is known color: Teal. HEX triplet: 00, 70 and 81. RGB value is (0,112,129). Sum of RGB (Red+Green+Blue) = 0+112+129=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #007081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007081 is #FF8F7E. Grayscale: #505050. Windows color (decimal): -16748415 or 8482816. OLE color: 8482816.

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

Color convert

RGB 0 112 129 -
CMYK 1 0.13 0 0.49
HSL 187.91º 1% 0.25% -
HSV(B) 187.91º 1% 0.51% -
XYZ 9.76 13.17 22.8 -
YUV 80.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 0 112 129 1 0.13 0 0.49 187.91 1 0.25
Hex 0 70 81 64 D 0 31 BC 64 19
Octal 0 160 201 144 15 0 61 274 144 31
Binary 0 1110000 10000001 1100100 1101 0 110001 10111100 1100100 11001

Color Harmonies of #007081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007081

Black with #007081

Text Example


Text Example

White with #007081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007081; }

 p { color: rgb(0,112,129); }

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

background-color css

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

 a { background-color: rgb(0,112,129); }

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

border-color css

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

 span { border-color: rgb(0,112,129); }

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