#038584

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

Shades of Teal #038584

Tints of Teal #038584

Color information

#038584 (or 0x038584) is unknown color: approx Teal. HEX triplet: 03, 85 and 84. RGB value is (3,133,132). Sum of RGB (Red+Green+Blue) = 3+133+132=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #038584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038584 is #FC7A7B. Grayscale: #5D5D5D. Windows color (decimal): -16546428 or 8684803. OLE color: 8684803.

HSL color Cylindrical-coordinate representation of color #038584: hue angle of 179.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038584 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB3133132-
CMYK0.9800.010.48
HSL179.54º95.59%26.67%-
HSV(B)179.54º97.74%52.16%-
XYZ12.5918.4624.73-
YUV94.02149.4363.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=1.12%
G=49.63%
B=49.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31331320.9800.010.48179.5495.5926.67
Hex38584620130b4601b
Octal3205204142016026414033
Binary11100001011000010011000100111000010110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038584; }

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

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

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

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

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

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

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

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