Html Css Color HEX #018184 Teal

📋 copy color: '#018184'

red 1 ◦ green 129 ◦ blue 132

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

Shades of Teal #018184

Tints of Teal #018184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

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

R = 0.38%
G = 49.24%
B = 50.38%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#018184 (or 0x018184) is known color: Teal. HEX triplet: 01, 81 and 84. RGB value is (1,129,132). Sum of RGB (Red+Green+Blue) = 1+129+132=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #018184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018184 is #FE7E7B. Grayscale: #5A5A5A. Windows color (decimal): -16678524 or 8683777. OLE color: 8683777.

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

Color convert

RGB 1 129 132 -
CMYK 0.99 0.02 0 0.48
HSL 181.37º 0.98% 0.26% -
HSV(B) 181.37º 0.99% 0.52% -
XYZ 12.03 17.37 24.55 -
YUV 91.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 1 129 132 0.99 0.02 0 0.48 181.37 0.98 0.26
Hex 1 81 84 63 2 0 30 B5 62 1A
Octal 1 201 204 143 2 0 60 265 142 32
Binary 1 10000001 10000100 1100011 10 0 110000 10110101 1100010 11010

Color Harmonies of #018184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018184

Black with #018184

Text Example


Text Example

White with #018184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018184; }

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

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

background-color css

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

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

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

border-color css

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

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

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