Html Css Color HEX #018183 Teal

📋 copy color: '#018183'

red 1 ◦ green 129 ◦ blue 131

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

Shades of Teal #018183

Tints of Teal #018183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 0.38%
G = 49.43%
B = 50.19%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#018183 (or 0x018183) is known color: Teal. HEX triplet: 01, 81 and 83. RGB value is (1,129,131). Sum of RGB (Red+Green+Blue) = 1+129+131=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #018183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018183 is #FE7E7C. Grayscale: #5A5A5A. Windows color (decimal): -16678525 or 8618241. OLE color: 8618241.

HSL color Cylindrical-coordinate representation of color #018183: hue angle of 180.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018183 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 131 -
CMYK 0.99 0.02 0 0.49
HSL 180.92º 0.98% 0.26% -
HSV(B) 180.92º 0.99% 0.51% -
XYZ 11.96 17.35 24.19 -
YUV 90.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 1 129 131 0.99 0.02 0 0.49 180.92 0.98 0.26
Hex 1 81 83 63 2 0 31 B5 62 1A
Octal 1 201 203 143 2 0 61 265 142 32
Binary 1 10000001 10000011 1100011 10 0 110001 10110101 1100010 11010

Color Harmonies of #018183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018183

Black with #018183

Text Example


Text Example

White with #018183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018183; }

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

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

background-color css

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

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

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

border-color css

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

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

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