Html Css Color HEX #018687 Dark Cyan

📋 copy color: '#018687'

red 1 ◦ green 134 ◦ blue 135

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

Shades of Dark Cyan #018687

Tints of Dark Cyan #018687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 135 (53.13% from 255) = 50%

R = 0.37%
G = 49.63%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018687 (or 0x018687) is known color: Dark Cyan. HEX triplet: 01, 86 and 87. RGB value is (1,134,135). Sum of RGB (Red+Green+Blue) = 1+134+135=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #018687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018687 is #FE7978. Grayscale: #5E5E5E. Windows color (decimal): -16677241 or 8881665. OLE color: 8881665.

HSL color Cylindrical-coordinate representation of color #018687: hue angle of 180.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018687 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 135 -
CMYK 0.99 0.01 0 0.47
HSL 180.45º 0.99% 0.27% -
HSV(B) 180.45º 0.99% 0.53% -
XYZ 12.91 18.81 25.87 -
YUV 94.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 1 134 135 0.99 0.01 0 0.47 180.45 0.99 0.27
Hex 1 86 87 63 1 0 2F B4 63 1B
Octal 1 206 207 143 1 0 57 264 143 33
Binary 1 10000110 10000111 1100011 1 0 101111 10110100 1100011 11011

Color Harmonies of #018687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018687

Black with #018687

Text Example


Text Example

White with #018687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018687; }

 p { color: rgb(1,134,135); }

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

background-color css

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

 a { background-color: rgb(1,134,135); }

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

border-color css

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

 span { border-color: rgb(1,134,135); }

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