Html Css Color HEX #018083 Teal

📋 copy color: '#018083'

red 1 ◦ green 128 ◦ blue 131

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

Shades of Teal #018083

Tints of Teal #018083

RGB

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

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

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

R = 0.38%
G = 49.23%
B = 50.38%

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

#018083 (or 0x018083) is known color: Teal. HEX triplet: 01, 80 and 83. RGB value is (1,128,131). Sum of RGB (Red+Green+Blue) = 1+128+131=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #018083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018083 is #FE7F7C. Grayscale: #5A5A5A. Windows color (decimal): -16678781 or 8617985. OLE color: 8617985.

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

Color convert

RGB 1 128 131 -
CMYK 0.99 0.02 0 0.49
HSL 181.38º 0.98% 0.26% -
HSV(B) 181.38º 0.99% 0.51% -
XYZ 11.83 17.08 24.15 -
YUV 90.37 150.92 64.26 -
System Red Green Blue C M Y K H S L
Decimal 1 128 131 0.99 0.02 0 0.49 181.38 0.98 0.26
Hex 1 80 83 63 2 0 31 B5 62 1A
Octal 1 200 203 143 2 0 61 265 142 32
Binary 1 10000000 10000011 1100011 10 0 110001 10110101 1100010 11010

Color Harmonies of #018083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018083

Black with #018083

Text Example


Text Example

White with #018083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018083; }

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

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

background-color css

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

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

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

border-color css

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

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

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