#03817E

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

Shades of Teal #03817E

Tints of Teal #03817E

Color information

#03817E (or 0x03817E) is unknown color: approx Teal. HEX triplet: 03, 81 and 7E. RGB value is (3,129,126). Sum of RGB (Red+Green+Blue) = 3+129+126=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #03817E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03817E is #FC7E81. Grayscale: #5A5A5A. Windows color (decimal): -16547458 or 8290563. OLE color: 8290563.

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

Color convert

RGB3129126-
CMYK0.9800.020.49
HSL178.57º95.45%25.88%-
HSV(B)178.57º97.67%50.59%-
XYZ11.6517.2322.45-
YUV90.98147.7665.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 129 (50.78% from 255) = 50%
BLUE value IS 126 (49.61% from 255) = 48.84%
R=1.16%
G=50%
B=48.84%

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
Decimal31291260.9800.020.49178.5795.4525.88
Hex3817E620231b35f1a
Octal3201176142026126313732
Binary11100000011111110110001001011000110110011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03817E; }

 p { color: rgb(3,129,126); }

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

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

 a { background-color: rgb(3,129,126); }

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

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

 span { border-color: rgb(3,129,126); }

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