Html Css Color HEX #017F8E Dark Cyan

📋 copy color: '#017F8E'

red 1 ◦ green 127 ◦ blue 142

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

Shades of Dark Cyan #017F8E

Tints of Dark Cyan #017F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 0.37%
G = 47.04%
B = 52.59%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017F8E (or 0x017F8E) is known color: Dark Cyan. HEX triplet: 01, 7F and 8E. RGB value is (1,127,142). Sum of RGB (Red+Green+Blue) = 1+127+142=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #017F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F8E is #FE8071. Grayscale: #5A5A5A. Windows color (decimal): -16679026 or 9338625. OLE color: 9338625.

HSL color Cylindrical-coordinate representation of color #017F8E: hue angle of 186.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F8E is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 127 142 -
CMYK 0.99 0.11 0 0.44
HSL 186.38º 0.99% 0.28% -
HSV(B) 186.38º 0.99% 0.56% -
XYZ 12.48 17.14 28.24 -
YUV 91.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 1 127 142 0.99 0.11 0 0.44 186.38 0.99 0.28
Hex 1 7F 8E 63 B 0 2C BA 63 1C
Octal 1 177 216 143 13 0 54 272 143 34
Binary 1 1111111 10001110 1100011 1011 0 101100 10111010 1100011 11100

Color Harmonies of #017F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F8E

Black with #017F8E

Text Example


Text Example

White with #017F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,142); }

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

background-color css

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

 a { background-color: rgb(1,127,142); }

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

border-color css

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

 span { border-color: rgb(1,127,142); }

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