Html Css Color HEX #019687 Dark Cyan

📋 copy color: '#019687'

red 1 ◦ green 150 ◦ blue 135

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

Shades of Dark Cyan #019687

Tints of Dark Cyan #019687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 0.35%
G = 52.45%
B = 47.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#019687 (or 0x019687) is known color: Dark Cyan. HEX triplet: 01, 96 and 87. RGB value is (1,150,135). Sum of RGB (Red+Green+Blue) = 1+150+135=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #019687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019687 is #FE6978. Grayscale: #676767. Windows color (decimal): -16673145 or 8885761. OLE color: 8885761.

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

Color convert

RGB 1 150 135 -
CMYK 0.99 0 0.1 0.41
HSL 173.96º 0.99% 0.3% -
HSV(B) 173.96º 0.99% 0.59% -
XYZ 15.29 23.57 26.66 -
YUV 103.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 1 150 135 0.99 0 0.1 0.41 173.96 0.99 0.3
Hex 1 96 87 63 0 A 29 AE 63 1E
Octal 1 226 207 143 0 12 51 256 143 36
Binary 1 10010110 10000111 1100011 0 1010 101001 10101110 1100011 11110

Color Harmonies of #019687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019687

Black with #019687

Text Example


Text Example

White with #019687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019687; }

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

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

background-color css

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

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

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

border-color css

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

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

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