#038980

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

Shades of Teal #038980

Tints of Teal #038980

Color information

#038980 (or 0x038980) is unknown color: approx Teal. HEX triplet: 03, 89 and 80. RGB value is (3,137,128). Sum of RGB (Red+Green+Blue) = 3+137+128=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #038980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038980 is #FC767F. Grayscale: #5F5F5F. Windows color (decimal): -16545408 or 8423683. OLE color: 8423683.

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

Color convert

RGB3137128-
CMYK0.9800.070.46
HSL175.97º95.71%27.45%-
HSV(B)175.97º97.81%53.73%-
XYZ12.8819.4723.5-
YUV95.91146.1161.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=1.12%
G=51.12%
B=47.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31371280.9800.070.46175.9795.7127.45
Hex3898062072Eb0601b
Octal3211200142075626014033
Binary1110001001100000001100010011110111010110000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038980; }

 p { color: rgb(3,137,128); }

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

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

 a { background-color: rgb(3,137,128); }

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

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

 span { border-color: rgb(3,137,128); }

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