Html Css Color HEX #018286 Teal

📋 copy color: '#018286'

red 1 ◦ green 130 ◦ blue 134

#018286
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #018286

Tints of Teal #018286

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 0.38%
G = 49.06%
B = 50.57%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018286 (or 0x018286) is known color: Teal. HEX triplet: 01, 82 and 86. RGB value is (1,130,134). Sum of RGB (Red+Green+Blue) = 1+130+134=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #018286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018286 is #FE7D79. Grayscale: #5B5B5B. Windows color (decimal): -16678266 or 8815105. OLE color: 8815105.

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

Color convert

RGB 1 130 134 -
CMYK 0.99 0.03 0 0.47
HSL 181.8º 0.99% 0.26% -
HSV(B) 181.8º 0.99% 0.53% -
XYZ 12.3 17.69 25.32 -
YUV 91.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 1 130 134 0.99 0.03 0 0.47 181.8 0.99 0.26
Hex 1 82 86 63 3 0 2F B6 63 1A
Octal 1 202 206 143 3 0 57 266 143 32
Binary 1 10000010 10000110 1100011 11 0 101111 10110110 1100011 11010

Color Harmonies of #018286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018286

Black with #018286

Text Example


Text Example

White with #018286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018286; }

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

 H1.HeaderClassName
 {
   color: #018286;
 }
 .AnyTagClassName
 {
   color: #018286;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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