#038582

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

Shades of Teal #038582

Tints of Teal #038582

Color information

#038582 (or 0x038582) is unknown color: approx Teal. HEX triplet: 03, 85 and 82. RGB value is (3,133,130). Sum of RGB (Red+Green+Blue) = 3+133+130=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #038582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038582 is #FC7A7D. Grayscale: #5D5D5D. Windows color (decimal): -16546430 or 8553731. OLE color: 8553731.

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

Color convert

RGB3133130-
CMYK0.9800.020.48
HSL178.62º95.59%26.67%-
HSV(B)178.62º97.74%52.16%-
XYZ12.4518.4124.02-
YUV93.79148.4363.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=1.13%
G=50%
B=48.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31331300.9800.020.48178.6295.5926.67
Hex38582620230b3601b
Octal3205202142026026314033
Binary111000010110000010110001001011000010110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038582; }

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

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

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

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

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

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

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

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