Html Css Color HEX #019697 Dark Cyan

📋 copy color: '#019697'

red 1 ◦ green 150 ◦ blue 151

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

Shades of Dark Cyan #019697

Tints of Dark Cyan #019697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50%

R = 0.33%
G = 49.67%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#019697 (or 0x019697) is known color: Dark Cyan. HEX triplet: 01, 96 and 97. RGB value is (1,150,151). Sum of RGB (Red+Green+Blue) = 1+150+151=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #019697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019697 is #FE6968. Grayscale: #696969. Windows color (decimal): -16673129 or 9934337. OLE color: 9934337.

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

Color convert

RGB 1 150 151 -
CMYK 0.99 0.01 0 0.41
HSL 180.4º 0.99% 0.3% -
HSV(B) 180.4º 0.99% 0.59% -
XYZ 16.5 24.05 33.05 -
YUV 105.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 1 150 151 0.99 0.01 0 0.41 180.4 0.99 0.3
Hex 1 96 97 63 1 0 29 B4 63 1E
Octal 1 226 227 143 1 0 51 264 143 36
Binary 1 10010110 10010111 1100011 1 0 101001 10110100 1100011 11110

Color Harmonies of #019697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019697

Black with #019697

Text Example


Text Example

White with #019697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019697; }

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

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

background-color css

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

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

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

border-color css

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

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

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