#037484

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

Shades of Teal #037484

Tints of Teal #037484

Color information

#037484 (or 0x037484) is unknown color: approx Teal. HEX triplet: 03, 74 and 84. RGB value is (3,116,132). Sum of RGB (Red+Green+Blue) = 3+116+132=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #037484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037484 is #FC8B7B. Grayscale: #535353. Windows color (decimal): -16550780 or 8680451. OLE color: 8680451.

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

Color convert

RGB3116132-
CMYK0.980.1200.48
HSL187.44º95.56%26.47%-
HSV(B)187.44º97.73%51.76%-
XYZ10.4514.1824.02-
YUV84.04155.0670.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=1.20%
G=46.22%
B=52.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31161320.980.1200.48187.4495.5626.47
Hex3748462C030bb601a
Octal31642041421406027314032
Binary1111101001000010011000101100011000010111011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037484; }

 p { color: rgb(3,116,132); }

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

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

 a { background-color: rgb(3,116,132); }

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

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

 span { border-color: rgb(3,116,132); }

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