Html Css Color HEX #019594 Dark Cyan

📋 copy color: '#019594'

red 1 ◦ green 149 ◦ blue 148

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

Shades of Dark Cyan #019594

Tints of Dark Cyan #019594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 0.34%
G = 50%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#019594 (or 0x019594) is known color: Dark Cyan. HEX triplet: 01, 95 and 94. RGB value is (1,149,148). Sum of RGB (Red+Green+Blue) = 1+149+148=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #019594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019594 is #FE6A6B. Grayscale: #686868. Windows color (decimal): -16673388 or 9737473. OLE color: 9737473.

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

Color convert

RGB 1 149 148 -
CMYK 0.99 0 0.01 0.42
HSL 179.59º 0.99% 0.29% -
HSV(B) 179.59º 0.99% 0.58% -
XYZ 16.11 23.64 31.73 -
YUV 104.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 1 149 148 0.99 0 0.01 0.42 179.59 0.99 0.29
Hex 1 95 94 63 0 1 2A B4 63 1D
Octal 1 225 224 143 0 1 52 264 143 35
Binary 1 10010101 10010100 1100011 0 1 101010 10110100 1100011 11101

Color Harmonies of #019594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019594

Black with #019594

Text Example


Text Example

White with #019594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019594; }

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

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

background-color css

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

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

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

border-color css

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

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

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