Html Css Color HEX #019585 Dark Cyan

📋 copy color: '#019585'

red 1 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #019585

Tints of Dark Cyan #019585

RGB

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

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

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

R = 0.35%
G = 52.65%
B = 47%

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

#019585 (or 0x019585) is known color: Dark Cyan. HEX triplet: 01, 95 and 85. RGB value is (1,149,133). Sum of RGB (Red+Green+Blue) = 1+149+133=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #019585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019585 is #FE6A7A. Grayscale: #666666. Windows color (decimal): -16673403 or 8754433. OLE color: 8754433.

HSL color Cylindrical-coordinate representation of color #019585: hue angle of 173.51º 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 #019585 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 133 -
CMYK 0.99 0 0.11 0.42
HSL 173.51º 0.99% 0.29% -
HSV(B) 173.51º 0.99% 0.58% -
XYZ 14.99 23.19 25.88 -
YUV 102.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 1 149 133 0.99 0 0.11 0.42 173.51 0.99 0.29
Hex 1 95 85 63 0 B 2A AE 63 1D
Octal 1 225 205 143 0 13 52 256 143 35
Binary 1 10010101 10000101 1100011 0 1011 101010 10101110 1100011 11101

Color Harmonies of #019585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019585

Black with #019585

Text Example


Text Example

White with #019585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019585; }

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

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

background-color css

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

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

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

border-color css

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

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

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