Html Css Color HEX #019698 Dark Cyan

📋 copy color: '#019698'

red 1 ◦ green 150 ◦ blue 152

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

Shades of Dark Cyan #019698

Tints of Dark Cyan #019698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

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

R = 0.33%
G = 49.5%
B = 50.17%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019698 (or 0x019698) is known color: Dark Cyan. HEX triplet: 01, 96 and 98. RGB value is (1,150,152). Sum of RGB (Red+Green+Blue) = 1+150+152=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #019698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019698 is #FE6967. Grayscale: #696969. Windows color (decimal): -16673128 or 9999873. OLE color: 9999873.

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

Color convert

RGB 1 150 152 -
CMYK 0.99 0.01 0 0.40
HSL 180.79º 0.99% 0.3% -
HSV(B) 180.79º 0.99% 0.6% -
XYZ 16.59 24.09 33.48 -
YUV 105.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 1 150 152 0.99 0.01 0 0.40 180.79 0.99 0.3
Hex 1 96 98 63 1 0 28 B5 63 1E
Octal 1 226 230 143 1 0 50 265 143 36
Binary 1 10010110 10011000 1100011 1 0 101000 10110101 1100011 11110

Color Harmonies of #019698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019698

Black with #019698

Text Example


Text Example

White with #019698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019698; }

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

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

background-color css

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

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

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

border-color css

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

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

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