Html Css Color HEX #019187 Dark Cyan

📋 copy color: '#019187'

red 1 ◦ green 145 ◦ blue 135

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

Shades of Dark Cyan #019187

Tints of Dark Cyan #019187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 0.36%
G = 51.6%
B = 48.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#019187 (or 0x019187) is known color: Dark Cyan. HEX triplet: 01, 91 and 87. RGB value is (1,145,135). Sum of RGB (Red+Green+Blue) = 1+145+135=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #019187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019187 is #FE6E78. Grayscale: #646464. Windows color (decimal): -16674425 or 8884481. OLE color: 8884481.

HSL color Cylindrical-coordinate representation of color #019187: hue angle of 175.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019187 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 135 -
CMYK 0.99 0 0.07 0.43
HSL 175.83º 0.99% 0.29% -
HSV(B) 175.83º 0.99% 0.57% -
XYZ 14.51 22.01 26.4 -
YUV 100.8 147.29 56.81 -
System Red Green Blue C M Y K H S L
Decimal 1 145 135 0.99 0 0.07 0.43 175.83 0.99 0.29
Hex 1 91 87 63 0 7 2B B0 63 1D
Octal 1 221 207 143 0 7 53 260 143 35
Binary 1 10010001 10000111 1100011 0 111 101011 10110000 1100011 11101

Color Harmonies of #019187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019187

Black with #019187

Text Example


Text Example

White with #019187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019187; }

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

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

background-color css

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

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

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

border-color css

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

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

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