#03827F

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

Shades of Teal #03827F

Tints of Teal #03827F

Color information

#03827F (or 0x03827F) is unknown color: approx Teal. HEX triplet: 03, 82 and 7F. RGB value is (3,130,127). Sum of RGB (Red+Green+Blue) = 3+130+127=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #03827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03827F is #FC7D80. Grayscale: #5B5B5B. Windows color (decimal): -16547201 or 8356355. OLE color: 8356355.

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

Color convert

RGB3130127-
CMYK0.9800.020.49
HSL178.58º95.49%26.08%-
HSV(B)178.58º97.69%50.98%-
XYZ11.8517.5222.84-
YUV91.68147.9264.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 127 (50% from 255) = 48.85%
R=1.15%
G=50%
B=48.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301270.9800.020.49178.5895.4926.08
Hex3827F620231b35f1a
Octal3202177142026126313732
Binary11100000101111111110001001011000110110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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