Html Css Color HEX #018084 Teal

📋 copy color: '#018084'

red 1 ◦ green 128 ◦ blue 132

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

Shades of Teal #018084

Tints of Teal #018084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 0.38%
G = 49.04%
B = 50.57%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#018084 (or 0x018084) is known color: Teal. HEX triplet: 01, 80 and 84. RGB value is (1,128,132). Sum of RGB (Red+Green+Blue) = 1+128+132=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #018084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018084 is #FE7F7B. Grayscale: #5A5A5A. Windows color (decimal): -16678780 or 8683521. OLE color: 8683521.

HSL color Cylindrical-coordinate representation of color #018084: hue angle of 181.83º degrees, saturation: 0.98, 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 #018084 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 128 132 -
CMYK 0.99 0.03 0 0.48
HSL 181.83º 0.98% 0.26% -
HSV(B) 181.83º 0.99% 0.52% -
XYZ 11.9 17.11 24.51 -
YUV 90.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 1 128 132 0.99 0.03 0 0.48 181.83 0.98 0.26
Hex 1 80 84 63 3 0 30 B6 62 1A
Octal 1 200 204 143 3 0 60 266 142 32
Binary 1 10000000 10000100 1100011 11 0 110000 10110110 1100010 11010

Color Harmonies of #018084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018084

Black with #018084

Text Example


Text Example

White with #018084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018084; }

 p { color: rgb(1,128,132); }

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

background-color css

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

 a { background-color: rgb(1,128,132); }

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

border-color css

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

 span { border-color: rgb(1,128,132); }

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