Html Css Color HEX #019598 Dark Cyan

📋 copy color: '#019598'

red 1 ◦ green 149 ◦ blue 152

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

Shades of Dark Cyan #019598

Tints of Dark Cyan #019598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 0.33%
G = 49.34%
B = 50.33%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019598 (or 0x019598) is known color: Dark Cyan. HEX triplet: 01, 95 and 98. RGB value is (1,149,152). Sum of RGB (Red+Green+Blue) = 1+149+152=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #019598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019598 is #FE6A67. Grayscale: #686868. Windows color (decimal): -16673384 or 9999617. OLE color: 9999617.

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

Color convert

RGB 1 149 152 -
CMYK 0.99 0.02 0 0.40
HSL 181.19º 0.99% 0.3% -
HSV(B) 181.19º 0.99% 0.6% -
XYZ 16.43 23.77 33.43 -
YUV 105.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 1 149 152 0.99 0.02 0 0.40 181.19 0.99 0.3
Hex 1 95 98 63 2 0 28 B5 63 1E
Octal 1 225 230 143 2 0 50 265 143 36
Binary 1 10010101 10011000 1100011 10 0 101000 10110101 1100011 11110

Color Harmonies of #019598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019598

Black with #019598

Text Example


Text Example

White with #019598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019598; }

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

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

background-color css

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

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

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

border-color css

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

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

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