Html Css Color HEX #019096 Dark Cyan

📋 copy color: '#019096'

red 1 ◦ green 144 ◦ blue 150

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

Shades of Dark Cyan #019096

Tints of Dark Cyan #019096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 0.34%
G = 48.81%
B = 50.85%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#019096 (or 0x019096) is known color: Dark Cyan. HEX triplet: 01, 90 and 96. RGB value is (1,144,150). Sum of RGB (Red+Green+Blue) = 1+144+150=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #019096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019096 is #FE6F69. Grayscale: #656565. Windows color (decimal): -16674666 or 9867265. OLE color: 9867265.

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

Color convert

RGB 1 144 150 -
CMYK 0.99 0.04 0 0.41
HSL 182.42º 0.99% 0.3% -
HSV(B) 182.42º 0.99% 0.59% -
XYZ 15.49 22.15 32.31 -
YUV 101.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 1 144 150 0.99 0.04 0 0.41 182.42 0.99 0.3
Hex 1 90 96 63 4 0 29 B6 63 1E
Octal 1 220 226 143 4 0 51 266 143 36
Binary 1 10010000 10010110 1100011 100 0 101001 10110110 1100011 11110

Color Harmonies of #019096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019096

Black with #019096

Text Example


Text Example

White with #019096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019096; }

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

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

background-color css

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

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

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

border-color css

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

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

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