#03847A

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

Shades of Teal #03847A

Tints of Teal #03847A

Color information

#03847A (or 0x03847A) is unknown color: approx Teal. HEX triplet: 03, 84 and 7A. RGB value is (3,132,122). Sum of RGB (Red+Green+Blue) = 3+132+122=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #03847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03847A is #FC7B85. Grayscale: #5C5C5C. Windows color (decimal): -16546694 or 8029187. OLE color: 8029187.

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

Color convert

RGB3132122-
CMYK0.9800.080.48
HSL175.35º95.56%26.47%-
HSV(B)175.35º97.73%51.76%-
XYZ11.817.9321.25-
YUV92.29144.7664.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=1.17%
G=51.36%
B=47.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31321220.9800.080.48175.3595.5626.47
Hex3847A620830af601a
Octal32041721420106025714032
Binary1110000100111101011000100100011000010101111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03847A; }

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

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

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

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

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

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

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

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