#018A7E

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

Shades of Teal #018A7E

Tints of Teal #018A7E

Color information

#018A7E (or 0x018A7E) is unknown color: approx Teal. HEX triplet: 01, 8A and 7E. RGB value is (1,138,126). Sum of RGB (Red+Green+Blue) = 1+138+126=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #018A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A7E is #FE7581. Grayscale: #5F5F5F. Windows color (decimal): -16676226 or 8292865. OLE color: 8292865.

HSL color Cylindrical-coordinate representation of color #018A7E: hue angle of 174.74º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A7E is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB1138126-
CMYK0.9900.090.46
HSL174.74º98.56%27.25%-
HSV(B)174.74º99.28%54.12%-
XYZ12.8719.6922.86-
YUV95.67145.1160.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=0.38%
G=52.08%
B=47.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11381260.9900.090.46174.7498.5627.25
Hex18A7E63092Eaf631b
Octal12121761430115625714333
Binary110001010111111011000110100110111010101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A7E; }

 p { color: rgb(1,138,126); }

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

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

 a { background-color: rgb(1,138,126); }

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

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

 span { border-color: rgb(1,138,126); }

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