Html Css Color HEX #008687 Dark Cyan

📋 copy color: '#008687'

red 0 ◦ green 134 ◦ blue 135

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

Shades of Dark Cyan #008687

Tints of Dark Cyan #008687

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 49.81%
B = 50.19%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008687 (or 0x008687) is known color: Dark Cyan. HEX triplet: 00, 86 and 87. RGB value is (0,134,135). Sum of RGB (Red+Green+Blue) = 0+134+135=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #008687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008687 is #FF7978. Grayscale: #5D5D5D. Windows color (decimal): -16742777 or 8881664. OLE color: 8881664.

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

Color convert

RGB 0 134 135 -
CMYK 1 0.01 0 0.47
HSL 180.44º 1% 0.26% -
HSV(B) 180.44º 1% 0.53% -
XYZ 12.9 18.8 25.87 -
YUV 94.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 0 134 135 1 0.01 0 0.47 180.44 1 0.26
Hex 0 86 87 64 1 0 2F B4 64 1A
Octal 0 206 207 144 1 0 57 264 144 32
Binary 0 10000110 10000111 1100100 1 0 101111 10110100 1100100 11010

Color Harmonies of #008687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008687

Black with #008687

Text Example


Text Example

White with #008687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008687; }

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

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

background-color css

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

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

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

border-color css

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

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

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