Html Css Color HEX #008685 Dark Cyan

📋 copy color: '#008685'

red 0 ◦ green 134 ◦ blue 133

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

Shades of Dark Cyan #008685

Tints of Dark Cyan #008685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#008685 (or 0x008685) is known color: Dark Cyan. HEX triplet: 00, 86 and 85. RGB value is (0,134,133). Sum of RGB (Red+Green+Blue) = 0+134+133=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #008685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008685 is #FF797A. Grayscale: #5D5D5D. Windows color (decimal): -16742779 or 8750592. OLE color: 8750592.

HSL color Cylindrical-coordinate representation of color #008685: hue angle of 179.55º 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 #008685 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 134 133 -
CMYK 1 0 0.01 0.47
HSL 179.55º 1% 0.26% -
HSV(B) 179.55º 1% 0.53% -
XYZ 12.76 18.74 25.14 -
YUV 93.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 0 134 133 1 0 0.01 0.47 179.55 1 0.26
Hex 0 86 85 64 0 1 2F B4 64 1A
Octal 0 206 205 144 0 1 57 264 144 32
Binary 0 10000110 10000101 1100100 0 1 101111 10110100 1100100 11010

Color Harmonies of #008685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008685

Black with #008685

Text Example


Text Example

White with #008685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008685; }

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

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

background-color css

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

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

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

border-color css

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

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

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