Html Css Color HEX #019493 Dark Cyan

📋 copy color: '#019493'

red 1 ◦ green 148 ◦ blue 147

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

Shades of Dark Cyan #019493

Tints of Dark Cyan #019493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50%

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 0.34%
G = 50%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#019493 (or 0x019493) is known color: Dark Cyan. HEX triplet: 01, 94 and 93. RGB value is (1,148,147). Sum of RGB (Red+Green+Blue) = 1+148+147=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #019493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019493 is #FE6B6C. Grayscale: #676767. Windows color (decimal): -16673645 or 9671681. OLE color: 9671681.

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

Color convert

RGB 1 148 147 -
CMYK 0.99 0 0.01 0.42
HSL 179.59º 0.99% 0.29% -
HSV(B) 179.59º 0.99% 0.58% -
XYZ 15.87 23.29 31.26 -
YUV 103.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 1 148 147 0.99 0 0.01 0.42 179.59 0.99 0.29
Hex 1 94 93 63 0 1 2A B4 63 1D
Octal 1 224 223 143 0 1 52 264 143 35
Binary 1 10010100 10010011 1100011 0 1 101010 10110100 1100011 11101

Color Harmonies of #019493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019493

Black with #019493

Text Example


Text Example

White with #019493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019493; }

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

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

background-color css

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

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

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

border-color css

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

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

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