#037882

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

Shades of Teal #037882

Tints of Teal #037882

Color information

#037882 (or 0x037882) is unknown color: approx Teal. HEX triplet: 03, 78 and 82. RGB value is (3,120,130). Sum of RGB (Red+Green+Blue) = 3+120+130=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #037882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037882 is #FC877D. Grayscale: #565656. Windows color (decimal): -16549758 or 8550403. OLE color: 8550403.

HSL color Cylindrical-coordinate representation of color #037882: hue angle of 184.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037882 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3120130-
CMYK0.980.0800.49
HSL184.72º95.49%26.08%-
HSV(B)184.72º97.69%50.98%-
XYZ10.7815.0623.46-
YUV86.16152.7468.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=1.19%
G=47.43%
B=51.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31201300.980.0800.49184.7295.4926.08
Hex37882628031b95f1a
Octal31702021421006127113732
Binary1111110001000001011000101000011000110111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037882; }

 p { color: rgb(3,120,130); }

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

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

 a { background-color: rgb(3,120,130); }

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

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

 span { border-color: rgb(3,120,130); }

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