Html Css Color HEX #017B81 Teal

📋 copy color: '#017B81'

red 1 ◦ green 123 ◦ blue 129

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

Shades of Teal #017B81

Tints of Teal #017B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.62%

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

R = 0.4%
G = 48.62%
B = 50.99%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017B81 (or 0x017B81) is known color: Teal. HEX triplet: 01, 7B and 81. RGB value is (1,123,129). Sum of RGB (Red+Green+Blue) = 1+123+129=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #017B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B81 is #FE847E. Grayscale: #575757. Windows color (decimal): -16680063 or 8485633. OLE color: 8485633.

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

Color convert

RGB 1 123 129 -
CMYK 0.99 0.05 0 0.49
HSL 182.81º 0.98% 0.25% -
HSV(B) 182.81º 0.99% 0.51% -
XYZ 11.06 15.76 23.23 -
YUV 87.21 151.58 66.51 -
System Red Green Blue C M Y K H S L
Decimal 1 123 129 0.99 0.05 0 0.49 182.81 0.98 0.25
Hex 1 7B 81 63 5 0 31 B7 62 19
Octal 1 173 201 143 5 0 61 267 142 31
Binary 1 1111011 10000001 1100011 101 0 110001 10110111 1100010 11001

Color Harmonies of #017B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B81

Black with #017B81

Text Example


Text Example

White with #017B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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