Html Css Color HEX #019584 Dark Cyan

📋 copy color: '#019584'

red 1 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #019584

Tints of Dark Cyan #019584

RGB

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

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

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

R = 0.35%
G = 52.84%
B = 46.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#019584 (or 0x019584) is known color: Dark Cyan. HEX triplet: 01, 95 and 84. RGB value is (1,149,132). Sum of RGB (Red+Green+Blue) = 1+149+132=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #019584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019584 is #FE6A7B. Grayscale: #666666. Windows color (decimal): -16673404 or 8688897. OLE color: 8688897.

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

Color convert

RGB 1 149 132 -
CMYK 0.99 0 0.11 0.42
HSL 173.11º 0.99% 0.29% -
HSV(B) 173.11º 0.99% 0.58% -
XYZ 14.92 23.17 25.51 -
YUV 102.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 1 149 132 0.99 0 0.11 0.42 173.11 0.99 0.29
Hex 1 95 84 63 0 B 2A AD 63 1D
Octal 1 225 204 143 0 13 52 255 143 35
Binary 1 10010101 10000100 1100011 0 1011 101010 10101101 1100011 11101

Color Harmonies of #019584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019584

Black with #019584

Text Example


Text Example

White with #019584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019584; }

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

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

background-color css

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

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

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

border-color css

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

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

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