Html Css Color HEX #019595 Dark Cyan

📋 copy color: '#019595'

red 1 ◦ green 149 ◦ blue 149

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

Shades of Dark Cyan #019595

Tints of Dark Cyan #019595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 0.33%
G = 49.83%
B = 49.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#019595 (or 0x019595) is known color: Dark Cyan. HEX triplet: 01, 95 and 95. RGB value is (1,149,149). Sum of RGB (Red+Green+Blue) = 1+149+149=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #019595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019595 is #FE6A6A. Grayscale: #686868. Windows color (decimal): -16673387 or 9803009. OLE color: 9803009.

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

Color convert

RGB 1 149 149 -
CMYK 0.99 0 0 0.42
HSL 180º 0.99% 0.29% -
HSV(B) 180º 0.99% 0.58% -
XYZ 16.18 23.67 32.15 -
YUV 104.75 152.97 54 -
System Red Green Blue C M Y K H S L
Decimal 1 149 149 0.99 0 0 0.42 180 0.99 0.29
Hex 1 95 95 63 0 0 2A B4 63 1D
Octal 1 225 225 143 0 0 52 264 143 35
Binary 1 10010101 10010101 1100011 0 0 101010 10110100 1100011 11101

Color Harmonies of #019595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019595

Black with #019595

Text Example


Text Example

White with #019595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019595; }

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

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

background-color css

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

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

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

border-color css

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

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

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