Html Css Color HEX #017581 Teal

📋 copy color: '#017581'

red 1 ◦ green 117 ◦ blue 129

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

Shades of Teal #017581

Tints of Teal #017581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 129 (50.78% from 255) = 52.23%

R = 0.4%
G = 47.37%
B = 52.23%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017581 (or 0x017581) is known color: Teal. HEX triplet: 01, 75 and 81. RGB value is (1,117,129). Sum of RGB (Red+Green+Blue) = 1+117+129=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #017581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017581 is #FE8A7E. Grayscale: #535353. Windows color (decimal): -16681599 or 8484097. OLE color: 8484097.

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

Color convert

RGB 1 117 129 -
CMYK 0.99 0.09 0 0.49
HSL 185.63º 0.98% 0.25% -
HSV(B) 185.63º 0.99% 0.51% -
XYZ 10.34 14.31 22.99 -
YUV 83.68 153.57 69.02 -
System Red Green Blue C M Y K H S L
Decimal 1 117 129 0.99 0.09 0 0.49 185.63 0.98 0.25
Hex 1 75 81 63 9 0 31 BA 62 19
Octal 1 165 201 143 11 0 61 272 142 31
Binary 1 1110101 10000001 1100011 1001 0 110001 10111010 1100010 11001

Color Harmonies of #017581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017581

Black with #017581

Text Example


Text Example

White with #017581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017581; }

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

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

background-color css

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

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

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

border-color css

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

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

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