#038187

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

Shades of Teal #038187

Tints of Teal #038187

Color information

#038187 (or 0x038187) is unknown color: approx Teal. HEX triplet: 03, 81 and 87. RGB value is (3,129,135). Sum of RGB (Red+Green+Blue) = 3+129+135=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #038187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038187 is #FC7E78. Grayscale: #5B5B5B. Windows color (decimal): -16547449 or 8880387. OLE color: 8880387.

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

Color convert

RGB3129135-
CMYK0.980.0400.47
HSL182.73º95.65%27.06%-
HSV(B)182.73º97.78%52.94%-
XYZ12.2617.4725.65-
YUV92.01152.2664.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 129 (50.78% from 255) = 48.31%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=1.12%
G=48.31%
B=50.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31291350.980.0400.47182.7395.6527.06
Hex3818762402Fb7601b
Octal3201207142405726714033
Binary1110000001100001111100010100010111110110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038187; }

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

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

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

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

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

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

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

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