Html Css Color HEX #018189 Teal

📋 copy color: '#018189'

red 1 ◦ green 129 ◦ blue 137

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

Shades of Teal #018189

Tints of Teal #018189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 0.37%
G = 48.31%
B = 51.31%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#018189 (or 0x018189) is known color: Teal. HEX triplet: 01, 81 and 89. RGB value is (1,129,137). Sum of RGB (Red+Green+Blue) = 1+129+137=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #018189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018189 is #FE7E76. Grayscale: #5B5B5B. Windows color (decimal): -16678519 or 9011457. OLE color: 9011457.

HSL color Cylindrical-coordinate representation of color #018189: hue angle of 183.53º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018189 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 129 137 -
CMYK 0.99 0.06 0 0.46
HSL 183.53º 0.99% 0.27% -
HSV(B) 183.53º 0.99% 0.54% -
XYZ 12.38 17.51 26.39 -
YUV 91.64 153.59 63.35 -
System Red Green Blue C M Y K H S L
Decimal 1 129 137 0.99 0.06 0 0.46 183.53 0.99 0.27
Hex 1 81 89 63 6 0 2E B8 63 1B
Octal 1 201 211 143 6 0 56 270 143 33
Binary 1 10000001 10001001 1100011 110 0 101110 10111000 1100011 11011

Color Harmonies of #018189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018189

Black with #018189

Text Example


Text Example

White with #018189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018189; }

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

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

background-color css

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

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

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

border-color css

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

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

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