Html Css Color HEX #019985 Dark Cyan

📋 copy color: '#019985'

red 1 ◦ green 153 ◦ blue 133

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

Shades of Dark Cyan #019985

Tints of Dark Cyan #019985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

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

R = 0.35%
G = 53.31%
B = 46.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#019985 (or 0x019985) is known color: Dark Cyan. HEX triplet: 01, 99 and 85. RGB value is (1,153,133). Sum of RGB (Red+Green+Blue) = 1+153+133=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #019985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019985 is #FE667A. Grayscale: #696969. Windows color (decimal): -16672379 or 8755457. OLE color: 8755457.

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

Color convert

RGB 1 153 133 -
CMYK 0.99 0 0.13 0.4
HSL 172.11º 0.99% 0.3% -
HSV(B) 172.11º 0.99% 0.6% -
XYZ 15.64 24.48 26.09 -
YUV 105.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 1 153 133 0.99 0 0.13 0.4 172.11 0.99 0.3
Hex 1 99 85 63 0 D 28 AC 63 1E
Octal 1 231 205 143 0 15 50 254 143 36
Binary 1 10011001 10000101 1100011 0 1101 101000 10101100 1100011 11110

Color Harmonies of #019985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019985

Black with #019985

Text Example


Text Example

White with #019985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019985; }

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

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

background-color css

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

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

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

border-color css

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

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

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