Html Css Color HEX #019090 Dark Cyan

📋 copy color: '#019090'

red 1 ◦ green 144 ◦ blue 144

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

Shades of Dark Cyan #019090

Tints of Dark Cyan #019090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.83%

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

R = 0.35%
G = 49.83%
B = 49.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#019090 (or 0x019090) is known color: Dark Cyan. HEX triplet: 01, 90 and 90. RGB value is (1,144,144). Sum of RGB (Red+Green+Blue) = 1+144+144=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #019090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019090 is #FE6F6F. Grayscale: #656565. Windows color (decimal): -16674672 or 9474049. OLE color: 9474049.

HSL color Cylindrical-coordinate representation of color #019090: hue angle of 180º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019090 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 144 -
CMYK 0.99 0 0 0.44
HSL 180º 0.99% 0.28% -
HSV(B) 180º 0.99% 0.56% -
XYZ 15.02 21.97 29.83 -
YUV 101.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 1 144 144 0.99 0 0 0.44 180 0.99 0.28
Hex 1 90 90 63 0 0 2C B4 63 1C
Octal 1 220 220 143 0 0 54 264 143 34
Binary 1 10010000 10010000 1100011 0 0 101100 10110100 1100011 11100

Color Harmonies of #019090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019090

Black with #019090

Text Example


Text Example

White with #019090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019090; }

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

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

background-color css

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

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

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

border-color css

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

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

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