#018285

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

Shades of Teal #018285

Tints of Teal #018285

Color information

#018285 (or 0x018285) is unknown color: approx Teal. HEX triplet: 01, 82 and 85. RGB value is (1,130,133). Sum of RGB (Red+Green+Blue) = 1+130+133=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #018285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018285 is #FE7D7A. Grayscale: #5B5B5B. Windows color (decimal): -16678267 or 8749569. OLE color: 8749569.

HSL color Cylindrical-coordinate representation of color #018285: hue angle of 181.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018285 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1130133-
CMYK0.990.0200.48
HSL181.36º98.51%26.27%-
HSV(B)181.36º99.25%52.16%-
XYZ12.2317.6724.96-
YUV91.77151.2663.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=0.38%
G=49.24%
B=50.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11301330.990.0200.48181.3698.5126.27
Hex18285632030b5631a
Octal1202205143206026514332
Binary11000001010000101110001110011000010110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018285; }

 p { color: rgb(1,130,133); }

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

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

 a { background-color: rgb(1,130,133); }

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

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

 span { border-color: rgb(1,130,133); }

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