Html Css Color HEX #018386 Teal

📋 copy color: '#018386'

red 1 ◦ green 131 ◦ blue 134

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

Shades of Teal #018386

Tints of Teal #018386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

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

R = 0.38%
G = 49.25%
B = 50.38%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018386 (or 0x018386) is known color: Teal. HEX triplet: 01, 83 and 86. RGB value is (1,131,134). Sum of RGB (Red+Green+Blue) = 1+131+134=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #018386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018386 is #FE7C79. Grayscale: #5C5C5C. Windows color (decimal): -16678010 or 8815361. OLE color: 8815361.

HSL color Cylindrical-coordinate representation of color #018386: hue angle of 181.35º 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 #018386 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 131 134 -
CMYK 0.99 0.02 0 0.47
HSL 181.35º 0.99% 0.26% -
HSV(B) 181.35º 0.99% 0.53% -
XYZ 12.43 17.96 25.37 -
YUV 92.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 1 131 134 0.99 0.02 0 0.47 181.35 0.99 0.26
Hex 1 83 86 63 2 0 2F B5 63 1A
Octal 1 203 206 143 2 0 57 265 143 32
Binary 1 10000011 10000110 1100011 10 0 101111 10110101 1100011 11010

Color Harmonies of #018386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018386

Black with #018386

Text Example


Text Example

White with #018386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018386; }

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

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

background-color css

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

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

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

border-color css

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

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

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