Html Css Color HEX #019785 Dark Cyan

📋 copy color: '#019785'

red 1 ◦ green 151 ◦ blue 133

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

Shades of Dark Cyan #019785

Tints of Dark Cyan #019785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.98%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 0.35%
G = 52.98%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#019785 (or 0x019785) is known color: Dark Cyan. HEX triplet: 01, 97 and 85. RGB value is (1,151,133). Sum of RGB (Red+Green+Blue) = 1+151+133=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #019785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019785 is #FE687A. Grayscale: #686868. Windows color (decimal): -16672891 or 8754945. OLE color: 8754945.

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

Color convert

RGB 1 151 133 -
CMYK 0.99 0 0.12 0.41
HSL 172.8º 0.99% 0.3% -
HSV(B) 172.8º 0.99% 0.59% -
XYZ 15.31 23.83 25.98 -
YUV 104.1 144.31 54.46 -
System Red Green Blue C M Y K H S L
Decimal 1 151 133 0.99 0 0.12 0.41 172.8 0.99 0.3
Hex 1 97 85 63 0 C 29 AD 63 1E
Octal 1 227 205 143 0 14 51 255 143 36
Binary 1 10010111 10000101 1100011 0 1100 101001 10101101 1100011 11110

Color Harmonies of #019785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019785

Black with #019785

Text Example


Text Example

White with #019785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019785; }

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

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

background-color css

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

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

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

border-color css

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

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

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