#038583

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

Shades of Teal #038583

Tints of Teal #038583

Color information

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

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

Color convert

RGB3133131-
CMYK0.9800.020.48
HSL179.08º95.59%26.67%-
HSV(B)179.08º97.74%52.16%-
XYZ12.5218.4324.37-
YUV93.9148.9363.16-

RGB Variations

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

RGB

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

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
Decimal31331310.9800.020.48179.0895.5926.67
Hex38583620230b3601b
Octal3205203142026026314033
Binary111000010110000011110001001011000010110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038583; }

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

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

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

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

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

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

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

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