Html Css Color HEX #037D86 Teal

📋 copy color: '#037D86'

red 3 ◦ green 125 ◦ blue 134

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

Shades of Teal #037D86

Tints of Teal #037D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.71%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 1.15%
G = 47.71%
B = 51.15%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#037D86 (or 0x037D86) is known color: Teal. HEX triplet: 03, 7D and 86. RGB value is (3,125,134). Sum of RGB (Red+Green+Blue) = 3+125+134=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #037D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037D86 is #FC8279. Grayscale: #595959. Windows color (decimal): -16548474 or 8813827. OLE color: 8813827.

HSL color Cylindrical-coordinate representation of color #037D86: hue angle of 184.12º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D86 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 125 134 -
CMYK 0.98 0.07 0 0.47
HSL 184.12º 0.96% 0.27% -
HSV(B) 184.12º 0.98% 0.53% -
XYZ 11.67 16.41 25.11 -
YUV 89.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 3 125 134 0.98 0.07 0 0.47 184.12 0.96 0.27
Hex 3 7D 86 62 7 0 2F B8 60 1B
Octal 3 175 206 142 7 0 57 270 140 33
Binary 11 1111101 10000110 1100010 111 0 101111 10111000 1100000 11011

Color Harmonies of #037D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D86

Black with #037D86

Text Example


Text Example

White with #037D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037D86; }

 p { color: rgb(3,125,134); }

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

background-color css

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

 a { background-color: rgb(3,125,134); }

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

border-color css

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

 span { border-color: rgb(3,125,134); }

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