Html Css Color HEX #037785 Teal

📋 copy color: '#037785'

red 3 ◦ green 119 ◦ blue 133

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

Shades of Teal #037785

Tints of Teal #037785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 1.18%
G = 46.67%
B = 52.16%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037785 (or 0x037785) is known color: Teal. HEX triplet: 03, 77 and 85. RGB value is (3,119,133). Sum of RGB (Red+Green+Blue) = 3+119+133=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #037785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037785 is #FC887A. Grayscale: #555555. Windows color (decimal): -16550011 or 8746755. OLE color: 8746755.

HSL color Cylindrical-coordinate representation of color #037785: hue angle of 186.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037785 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 119 133 -
CMYK 0.98 0.11 0 0.48
HSL 186.46º 0.96% 0.27% -
HSV(B) 186.46º 0.98% 0.52% -
XYZ 10.87 14.91 24.49 -
YUV 85.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 3 119 133 0.98 0.11 0 0.48 186.46 0.96 0.27
Hex 3 77 85 62 B 0 30 BA 60 1B
Octal 3 167 205 142 13 0 60 272 140 33
Binary 11 1110111 10000101 1100010 1011 0 110000 10111010 1100000 11011

Color Harmonies of #037785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037785

Black with #037785

Text Example


Text Example

White with #037785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037785; }

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

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

background-color css

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

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

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

border-color css

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

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

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