#03827C

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

Shades of Teal #03827C

Tints of Teal #03827C

Color information

#03827C (or 0x03827C) is unknown color: approx Teal. HEX triplet: 03, 82 and 7C. RGB value is (3,130,124). Sum of RGB (Red+Green+Blue) = 3+130+124=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #03827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03827C is #FC7D83. Grayscale: #5B5B5B. Windows color (decimal): -16547204 or 8159747. OLE color: 8159747.

HSL color Cylindrical-coordinate representation of color #03827C: hue angle of 177.17º 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 #03827C is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB3130124-
CMYK0.9800.050.49
HSL177.17º95.49%26.08%-
HSV(B)177.17º97.69%50.98%-
XYZ11.6617.4421.82-
YUV91.34146.4264.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=1.17%
G=50.58%
B=48.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301240.9800.050.49177.1795.4926.08
Hex3827C620531b15f1a
Octal3202174142056126113732
Binary111000001011111001100010010111000110110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03827C; }

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

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

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

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

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

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

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

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