Html Css Color HEX #019390 Dark Cyan

📋 copy color: '#019390'

red 1 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #019390

Tints of Dark Cyan #019390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 0.34%
G = 50.34%
B = 49.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#019390 (or 0x019390) is known color: Dark Cyan. HEX triplet: 01, 93 and 90. RGB value is (1,147,144). Sum of RGB (Red+Green+Blue) = 1+147+144=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #019390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019390 is #FE6C6F. Grayscale: #666666. Windows color (decimal): -16673904 or 9474817. OLE color: 9474817.

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

Color convert

RGB 1 147 144 -
CMYK 0.99 0 0.02 0.42
HSL 178.77º 0.99% 0.29% -
HSV(B) 178.77º 0.99% 0.58% -
XYZ 15.48 22.89 29.99 -
YUV 103 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 1 147 144 0.99 0 0.02 0.42 178.77 0.99 0.29
Hex 1 93 90 63 0 2 2A B3 63 1D
Octal 1 223 220 143 0 2 52 263 143 35
Binary 1 10010011 10010000 1100011 0 10 101010 10110011 1100011 11101

Color Harmonies of #019390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019390

Black with #019390

Text Example


Text Example

White with #019390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019390; }

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

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

background-color css

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

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

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

border-color css

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

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

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