Html Css Color HEX #019599 Dark Cyan

📋 copy color: '#019599'

red 1 ◦ green 149 ◦ blue 153

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

Shades of Dark Cyan #019599

Tints of Dark Cyan #019599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 0.33%
G = 49.17%
B = 50.5%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019599 (or 0x019599) is known color: Dark Cyan. HEX triplet: 01, 95 and 99. RGB value is (1,149,153). Sum of RGB (Red+Green+Blue) = 1+149+153=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #019599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019599 is #FE6A66. Grayscale: #696969. Windows color (decimal): -16673383 or 10065153. OLE color: 10065153.

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

Color convert

RGB 1 149 153 -
CMYK 0.99 0.03 0 0.4
HSL 181.58º 0.99% 0.3% -
HSV(B) 181.58º 0.99% 0.6% -
XYZ 16.51 23.8 33.86 -
YUV 105.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 1 149 153 0.99 0.03 0 0.4 181.58 0.99 0.3
Hex 1 95 99 63 3 0 28 B6 63 1E
Octal 1 225 231 143 3 0 50 266 143 36
Binary 1 10010101 10011001 1100011 11 0 101000 10110110 1100011 11110

Color Harmonies of #019599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019599

Black with #019599

Text Example


Text Example

White with #019599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019599; }

 p { color: rgb(1,149,153); }

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

background-color css

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

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

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

border-color css

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

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

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