#037985

Color #037985 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #037985

Tints of Teal #037985

Color information

#037985 (or 0x037985) is unknown color: approx Teal. HEX triplet: 03, 79 and 85. RGB value is (3,121,133). Sum of RGB (Red+Green+Blue) = 3+121+133=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #037985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037985 is #FC867A. Grayscale: #565656. Windows color (decimal): -16549499 or 8747267. OLE color: 8747267.

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

Color convert

RGB3121133-
CMYK0.980.0900.48
HSL185.54º95.59%26.67%-
HSV(B)185.54º97.74%52.16%-
XYZ11.1115.3924.57-
YUV87.09153.9168.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=1.17%
G=47.08%
B=51.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31211330.980.0900.48185.5495.5926.67
Hex37985629030ba601b
Octal31712051421106027214033
Binary1111110011000010111000101001011000010111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037985; }

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

 H1.HeaderClassName
 {
   color: #037985;
 }
 .AnyTagClassName
 {
   color: #037985;
 }
</style>
background-color css

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

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

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

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

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

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