Html Css Color HEX #017584 Teal

📋 copy color: '#017584'

red 1 ◦ green 117 ◦ blue 132

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

Shades of Teal #017584

Tints of Teal #017584

RGB

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

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

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

R = 0.4%
G = 46.8%
B = 52.8%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017584 (or 0x017584) is known color: Teal. HEX triplet: 01, 75 and 84. RGB value is (1,117,132). Sum of RGB (Red+Green+Blue) = 1+117+132=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #017584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017584 is #FE8A7B. Grayscale: #535353. Windows color (decimal): -16681596 or 8680705. OLE color: 8680705.

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

Color convert

RGB 1 117 132 -
CMYK 0.99 0.11 0 0.48
HSL 186.87º 0.98% 0.26% -
HSV(B) 186.87º 0.99% 0.52% -
XYZ 10.54 14.39 24.05 -
YUV 84.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 1 117 132 0.99 0.11 0 0.48 186.87 0.98 0.26
Hex 1 75 84 63 B 0 30 BB 62 1A
Octal 1 165 204 143 13 0 60 273 142 32
Binary 1 1110101 10000100 1100011 1011 0 110000 10111011 1100010 11010

Color Harmonies of #017584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017584

Black with #017584

Text Example


Text Example

White with #017584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017584; }

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

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

background-color css

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

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

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

border-color css

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

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

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