Html Css Color HEX #037185 Teal

📋 copy color: '#037185'

red 3 ◦ green 113 ◦ blue 133

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

Shades of Teal #037185

Tints of Teal #037185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 1.2%
G = 45.38%
B = 53.41%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037185 (or 0x037185) is known color: Teal. HEX triplet: 03, 71 and 85. RGB value is (3,113,133). Sum of RGB (Red+Green+Blue) = 3+113+133=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #037185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037185 is #FC8E7A. Grayscale: #525252. Windows color (decimal): -16551547 or 8745219. OLE color: 8745219.

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

Color convert

RGB 3 113 133 -
CMYK 0.98 0.15 0 0.48
HSL 189.23º 0.96% 0.27% -
HSV(B) 189.23º 0.98% 0.52% -
XYZ 10.18 13.52 24.26 -
YUV 82.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 3 113 133 0.98 0.15 0 0.48 189.23 0.96 0.27
Hex 3 71 85 62 F 0 30 BD 60 1B
Octal 3 161 205 142 17 0 60 275 140 33
Binary 11 1110001 10000101 1100010 1111 0 110000 10111101 1100000 11011

Color Harmonies of #037185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037185

Black with #037185

Text Example


Text Example

White with #037185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037185; }

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

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

background-color css

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

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

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

border-color css

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

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

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