Html Css Color HEX #019794 Dark Cyan

📋 copy color: '#019794'

red 1 ◦ green 151 ◦ blue 148

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

Shades of Dark Cyan #019794

Tints of Dark Cyan #019794

RGB

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

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

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

R = 0.33%
G = 50.33%
B = 49.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#019794 (or 0x019794) is known color: Dark Cyan. HEX triplet: 01, 97 and 94. RGB value is (1,151,148). Sum of RGB (Red+Green+Blue) = 1+151+148=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #019794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019794 is #FE686B. Grayscale: #696969. Windows color (decimal): -16672876 or 9737985. OLE color: 9737985.

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

Color convert

RGB 1 151 148 -
CMYK 0.99 0 0.02 0.41
HSL 178.8º 0.99% 0.3% -
HSV(B) 178.8º 0.99% 0.59% -
XYZ 16.42 24.28 31.84 -
YUV 105.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 1 151 148 0.99 0 0.02 0.41 178.8 0.99 0.3
Hex 1 97 94 63 0 2 29 B3 63 1E
Octal 1 227 224 143 0 2 51 263 143 36
Binary 1 10010111 10010100 1100011 0 10 101001 10110011 1100011 11110

Color Harmonies of #019794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019794

Black with #019794

Text Example


Text Example

White with #019794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019794; }

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

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

background-color css

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

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

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

border-color css

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

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

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