Html Css Color HEX #017484 Teal

📋 copy color: '#017484'

red 1 ◦ green 116 ◦ blue 132

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

Shades of Teal #017484

Tints of Teal #017484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 0.4%
G = 46.59%
B = 53.01%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017484 (or 0x017484) is known color: Teal. HEX triplet: 01, 74 and 84. RGB value is (1,116,132). Sum of RGB (Red+Green+Blue) = 1+116+132=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #017484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017484 is #FE8B7B. Grayscale: #535353. Windows color (decimal): -16681852 or 8680449. OLE color: 8680449.

HSL color Cylindrical-coordinate representation of color #017484: hue angle of 187.33º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017484 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 116 132 -
CMYK 0.99 0.12 0 0.48
HSL 187.33º 0.98% 0.26% -
HSV(B) 187.33º 0.99% 0.52% -
XYZ 10.42 14.16 24.01 -
YUV 83.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 1 116 132 0.99 0.12 0 0.48 187.33 0.98 0.26
Hex 1 74 84 63 C 0 30 BB 62 1A
Octal 1 164 204 143 14 0 60 273 142 32
Binary 1 1110100 10000100 1100011 1100 0 110000 10111011 1100010 11010

Color Harmonies of #017484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017484

Black with #017484

Text Example


Text Example

White with #017484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017484; }

 p { color: rgb(1,116,132); }

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

background-color css

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

 a { background-color: rgb(1,116,132); }

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

border-color css

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

 span { border-color: rgb(1,116,132); }

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