Html Css Color HEX #037786 Teal

📋 copy color: '#037786'

red 3 ◦ green 119 ◦ blue 134

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

Shades of Teal #037786

Tints of Teal #037786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 1.17%
G = 46.48%
B = 52.34%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#037786 (or 0x037786) is known color: Teal. HEX triplet: 03, 77 and 86. RGB value is (3,119,134). Sum of RGB (Red+Green+Blue) = 3+119+134=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #037786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037786 is #FC8879. Grayscale: #555555. Windows color (decimal): -16550010 or 8812291. OLE color: 8812291.

HSL color Cylindrical-coordinate representation of color #037786: hue angle of 186.87º 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 #037786 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 119 134 -
CMYK 0.98 0.11 0 0.47
HSL 186.87º 0.96% 0.27% -
HSV(B) 186.87º 0.98% 0.53% -
XYZ 10.94 14.93 24.86 -
YUV 86.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 3 119 134 0.98 0.11 0 0.47 186.87 0.96 0.27
Hex 3 77 86 62 B 0 2F BB 60 1B
Octal 3 167 206 142 13 0 57 273 140 33
Binary 11 1110111 10000110 1100010 1011 0 101111 10111011 1100000 11011

Color Harmonies of #037786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037786

Black with #037786

Text Example


Text Example

White with #037786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037786; }

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

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

background-color css

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

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

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

border-color css

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

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

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