Html Css Color HEX #019290 Dark Cyan

📋 copy color: '#019290'

red 1 ◦ green 146 ◦ blue 144

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

Shades of Dark Cyan #019290

Tints of Dark Cyan #019290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 0.34%
G = 50.17%
B = 49.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#019290 (or 0x019290) is known color: Dark Cyan. HEX triplet: 01, 92 and 90. RGB value is (1,146,144). Sum of RGB (Red+Green+Blue) = 1+146+144=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #019290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019290 is #FE6D6F. Grayscale: #666666. Windows color (decimal): -16674160 or 9474561. OLE color: 9474561.

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

Color convert

RGB 1 146 144 -
CMYK 0.99 0 0.01 0.43
HSL 179.17º 0.99% 0.29% -
HSV(B) 179.17º 0.99% 0.57% -
XYZ 15.33 22.58 29.94 -
YUV 102.42 151.46 55.66 -
System Red Green Blue C M Y K H S L
Decimal 1 146 144 0.99 0 0.01 0.43 179.17 0.99 0.29
Hex 1 92 90 63 0 1 2B B3 63 1D
Octal 1 222 220 143 0 1 53 263 143 35
Binary 1 10010010 10010000 1100011 0 1 101011 10110011 1100011 11101

Color Harmonies of #019290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019290

Black with #019290

Text Example


Text Example

White with #019290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019290; }

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

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

background-color css

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

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

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

border-color css

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

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

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