Html Css Color HEX #009584 Dark Cyan

📋 copy color: '#009584'

red 0 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #009584

Tints of Dark Cyan #009584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 0%
G = 53.02%
B = 46.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#009584 (or 0x009584) is known color: Dark Cyan. HEX triplet: 00, 95 and 84. RGB value is (0,149,132). Sum of RGB (Red+Green+Blue) = 0+149+132=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #009584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009584 is #FF6A7B. Grayscale: #666666. Windows color (decimal): -16738940 or 8688896. OLE color: 8688896.

HSL color Cylindrical-coordinate representation of color #009584: hue angle of 173.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009584 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 149 132 -
CMYK 1 0 0.11 0.42
HSL 173.15º 1% 0.29% -
HSV(B) 173.15º 1% 0.58% -
XYZ 14.91 23.16 25.51 -
YUV 102.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 0 149 132 1 0 0.11 0.42 173.15 1 0.29
Hex 0 95 84 64 0 B 2A AD 64 1D
Octal 0 225 204 144 0 13 52 255 144 35
Binary 0 10010101 10000100 1100100 0 1011 101010 10101101 1100100 11101

Color Harmonies of #009584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009584

Black with #009584

Text Example


Text Example

White with #009584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009584; }

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

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

background-color css

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

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

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

border-color css

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

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

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