#038380

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

Shades of Teal #038380

Tints of Teal #038380

Color information

#038380 (or 0x038380) is unknown color: approx Teal. HEX triplet: 03, 83 and 80. RGB value is (3,131,128). Sum of RGB (Red+Green+Blue) = 3+131+128=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #038380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038380 is #FC7C7F. Grayscale: #5C5C5C. Windows color (decimal): -16546944 or 8422147. OLE color: 8422147.

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

Color convert

RGB3131128-
CMYK0.9800.020.49
HSL178.59º95.52%26.27%-
HSV(B)178.59º97.71%51.37%-
XYZ12.0517.8123.22-
YUV92.39148.0964.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=1.15%
G=50%
B=48.85%

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
Decimal31311280.9800.020.49178.5995.5226.27
Hex38380620231b3601a
Octal3203200142026126314032
Binary111000001110000000110001001011000110110011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038380; }

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

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

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

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

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

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

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

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