Html Css Color HEX #019791 Dark Cyan

📋 copy color: '#019791'

red 1 ◦ green 151 ◦ blue 145

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

Shades of Dark Cyan #019791

Tints of Dark Cyan #019791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 0.34%
G = 50.84%
B = 48.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#019791 (or 0x019791) is known color: Dark Cyan. HEX triplet: 01, 97 and 91. RGB value is (1,151,145). Sum of RGB (Red+Green+Blue) = 1+151+145=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #019791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019791 is #FE686E. Grayscale: #696969. Windows color (decimal): -16672879 or 9541377. OLE color: 9541377.

HSL color Cylindrical-coordinate representation of color #019791: hue angle of 177.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019791 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 151 145 -
CMYK 0.99 0 0.04 0.41
HSL 177.6º 0.99% 0.3% -
HSV(B) 177.6º 0.99% 0.59% -
XYZ 16.19 24.18 30.6 -
YUV 105.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 1 151 145 0.99 0 0.04 0.41 177.6 0.99 0.3
Hex 1 97 91 63 0 4 29 B2 63 1E
Octal 1 227 221 143 0 4 51 262 143 36
Binary 1 10010111 10010001 1100011 0 100 101001 10110010 1100011 11110

Color Harmonies of #019791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019791

Black with #019791

Text Example


Text Example

White with #019791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019791; }

 p { color: rgb(1,151,145); }

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

background-color css

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

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

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

border-color css

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

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

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