#038485

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

Shades of Teal #038485

Tints of Teal #038485

Color information

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

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

Color convert

RGB3132133-
CMYK0.980.0100.48
HSL180.46º95.59%26.67%-
HSV(B)180.46º97.74%52.16%-
XYZ12.5218.2225.05-
YUV93.54150.2663.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31321330.980.0100.48180.4695.5926.67
Hex38485621030b4601b
Octal3204205142106026414033
Binary11100001001000010111000101011000010110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038485; }

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

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

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

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

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

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

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

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