#038185

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

Shades of Teal #038185

Tints of Teal #038185

Color information

#038185 (or 0x038185) is unknown color: approx Teal. HEX triplet: 03, 81 and 85. RGB value is (3,129,133). Sum of RGB (Red+Green+Blue) = 3+129+133=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #038185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038185 is #FC7E7A. Grayscale: #5B5B5B. Windows color (decimal): -16547451 or 8749315. OLE color: 8749315.

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

Color convert

RGB3129133-
CMYK0.980.0300.48
HSL181.85º95.59%26.67%-
HSV(B)181.85º97.74%52.16%-
XYZ12.1217.4124.91-
YUV91.78151.2664.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=1.13%
G=48.68%
B=50.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31291330.980.0300.48181.8595.5926.67
Hex38185623030b6601b
Octal3201205142306026614033
Binary111000000110000101110001011011000010110110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038185; }

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

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

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

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

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

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

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

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