#038385

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

Shades of Teal #038385

Tints of Teal #038385

Color information

#038385 (or 0x038385) is unknown color: approx Teal. HEX triplet: 03, 83 and 85. RGB value is (3,131,133). Sum of RGB (Red+Green+Blue) = 3+131+133=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #038385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038385 is #FC7C7A. Grayscale: #5C5C5C. Windows color (decimal): -16546939 or 8749827. OLE color: 8749827.

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

Color convert

RGB3131133-
CMYK0.980.0200.48
HSL180.92º95.59%26.67%-
HSV(B)180.92º97.74%52.16%-
XYZ12.3917.9525-
YUV92.96150.5963.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=1.12%
G=49.06%
B=49.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31311330.980.0200.48180.9295.5926.67
Hex38385622030b5601b
Octal3203205142206026514033
Binary111000001110000101110001010011000010110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038385; }

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

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

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

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

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

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

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

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