Html Css Color HEX #008487 Dark Cyan

📋 copy color: '#008487'

red 0 ◦ green 132 ◦ blue 135

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

Shades of Dark Cyan #008487

Tints of Dark Cyan #008487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

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

R = 0%
G = 49.44%
B = 50.56%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008487 (or 0x008487) is known color: Dark Cyan. HEX triplet: 00, 84 and 87. RGB value is (0,132,135). Sum of RGB (Red+Green+Blue) = 0+132+135=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #008487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008487 is #FF7B78. Grayscale: #5C5C5C. Windows color (decimal): -16743289 or 8881152. OLE color: 8881152.

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

Color convert

RGB 0 132 135 -
CMYK 1 0.02 0 0.47
HSL 181.33º 1% 0.26% -
HSV(B) 181.33º 1% 0.53% -
XYZ 12.62 18.25 25.78 -
YUV 92.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 0 132 135 1 0.02 0 0.47 181.33 1 0.26
Hex 0 84 87 64 2 0 2F B5 64 1A
Octal 0 204 207 144 2 0 57 265 144 32
Binary 0 10000100 10000111 1100100 10 0 101111 10110101 1100100 11010

Color Harmonies of #008487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008487

Black with #008487

Text Example


Text Example

White with #008487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008487; }

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

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

background-color css

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

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

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

border-color css

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

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

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