Html Css Color HEX #017183 Teal

📋 copy color: '#017183'

red 1 ◦ green 113 ◦ blue 131

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

Shades of Teal #017183

Tints of Teal #017183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 0.41%
G = 46.12%
B = 53.47%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017183 (or 0x017183) is known color: Teal. HEX triplet: 01, 71 and 83. RGB value is (1,113,131). Sum of RGB (Red+Green+Blue) = 1+113+131=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #017183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017183 is #FE8E7C. Grayscale: #515151. Windows color (decimal): -16682621 or 8614145. OLE color: 8614145.

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

Color convert

RGB 1 113 131 -
CMYK 0.99 0.14 0 0.49
HSL 188.31º 0.98% 0.26% -
HSV(B) 188.31º 0.99% 0.51% -
XYZ 10.01 13.46 23.54 -
YUV 81.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 1 113 131 0.99 0.14 0 0.49 188.31 0.98 0.26
Hex 1 71 83 63 E 0 31 BC 62 1A
Octal 1 161 203 143 16 0 61 274 142 32
Binary 1 1110001 10000011 1100011 1110 0 110001 10111100 1100010 11010

Color Harmonies of #017183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017183

Black with #017183

Text Example


Text Example

White with #017183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017183; }

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

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

background-color css

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

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

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

border-color css

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

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

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