Html Css Color HEX #019799 Dark Cyan

📋 copy color: '#019799'

red 1 ◦ green 151 ◦ blue 153

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

Shades of Dark Cyan #019799

Tints of Dark Cyan #019799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 0.33%
G = 49.51%
B = 50.16%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019799 (or 0x019799) is known color: Dark Cyan. HEX triplet: 01, 97 and 99. RGB value is (1,151,153). Sum of RGB (Red+Green+Blue) = 1+151+153=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #019799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019799 is #FE6866. Grayscale: #6A6A6A. Windows color (decimal): -16672871 or 10065665. OLE color: 10065665.

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

Color convert

RGB 1 151 153 -
CMYK 0.99 0.01 0 0.4
HSL 180.79º 0.99% 0.3% -
HSV(B) 180.79º 0.99% 0.6% -
XYZ 16.83 24.44 33.97 -
YUV 106.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 1 151 153 0.99 0.01 0 0.4 180.79 0.99 0.3
Hex 1 97 99 63 1 0 28 B5 63 1E
Octal 1 227 231 143 1 0 50 265 143 36
Binary 1 10010111 10011001 1100011 1 0 101000 10110101 1100011 11110

Color Harmonies of #019799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019799

Black with #019799

Text Example


Text Example

White with #019799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019799; }

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

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

background-color css

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

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

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

border-color css

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

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

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