Html Css Color HEX #019590 Dark Cyan

📋 copy color: '#019590'

red 1 ◦ green 149 ◦ blue 144

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

Shades of Dark Cyan #019590

Tints of Dark Cyan #019590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 0.34%
G = 50.68%
B = 48.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#019590 (or 0x019590) is known color: Dark Cyan. HEX triplet: 01, 95 and 90. RGB value is (1,149,144). Sum of RGB (Red+Green+Blue) = 1+149+144=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #019590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019590 is #FE6A6F. Grayscale: #686868. Windows color (decimal): -16673392 or 9475329. OLE color: 9475329.

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

Color convert

RGB 1 149 144 -
CMYK 0.99 0 0.03 0.42
HSL 177.97º 0.99% 0.29% -
HSV(B) 177.97º 0.99% 0.58% -
XYZ 15.79 23.51 30.09 -
YUV 104.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 1 149 144 0.99 0 0.03 0.42 177.97 0.99 0.29
Hex 1 95 90 63 0 3 2A B2 63 1D
Octal 1 225 220 143 0 3 52 262 143 35
Binary 1 10010101 10010000 1100011 0 11 101010 10110010 1100011 11101

Color Harmonies of #019590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019590

Black with #019590

Text Example


Text Example

White with #019590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019590; }

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

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

background-color css

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

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

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

border-color css

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

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

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