Html Css Color HEX #037081 Teal

📋 copy color: '#037081'

red 3 ◦ green 112 ◦ blue 129

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

Shades of Teal #037081

Tints of Teal #037081

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

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

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

R = 1.23%
G = 45.9%
B = 52.87%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037081 (or 0x037081) is known color: Teal. HEX triplet: 03, 70 and 81. RGB value is (3,112,129). Sum of RGB (Red+Green+Blue) = 3+112+129=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #037081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037081 is #FC8F7E. Grayscale: #515151. Windows color (decimal): -16551807 or 8482819. OLE color: 8482819.

HSL color Cylindrical-coordinate representation of color #037081: hue angle of 188.1º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037081 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 112 129 -
CMYK 0.98 0.13 0 0.49
HSL 188.1º 0.95% 0.26% -
HSV(B) 188.1º 0.98% 0.51% -
XYZ 9.79 13.19 22.8 -
YUV 81.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 3 112 129 0.98 0.13 0 0.49 188.1 0.95 0.26
Hex 3 70 81 62 D 0 31 BC 5F 1A
Octal 3 160 201 142 15 0 61 274 137 32
Binary 11 1110000 10000001 1100010 1101 0 110001 10111100 1011111 11010

Color Harmonies of #037081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037081

Black with #037081

Text Example


Text Example

White with #037081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037081; }

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

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

background-color css

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

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

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

border-color css

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

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

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