Html Css Color HEX #019185 Dark Cyan

📋 copy color: '#019185'

red 1 ◦ green 145 ◦ blue 133

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

Shades of Dark Cyan #019185

Tints of Dark Cyan #019185

RGB

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

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

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

R = 0.36%
G = 51.97%
B = 47.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#019185 (or 0x019185) is known color: Dark Cyan. HEX triplet: 01, 91 and 85. RGB value is (1,145,133). Sum of RGB (Red+Green+Blue) = 1+145+133=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #019185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019185 is #FE6E7A. Grayscale: #646464. Windows color (decimal): -16674427 or 8753409. OLE color: 8753409.

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

Color convert

RGB 1 145 133 -
CMYK 0.99 0 0.08 0.43
HSL 175º 0.99% 0.29% -
HSV(B) 175º 0.99% 0.57% -
XYZ 14.37 21.95 25.67 -
YUV 100.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 1 145 133 0.99 0 0.08 0.43 175 0.99 0.29
Hex 1 91 85 63 0 8 2B AF 63 1D
Octal 1 221 205 143 0 10 53 257 143 35
Binary 1 10010001 10000101 1100011 0 1000 101011 10101111 1100011 11101

Color Harmonies of #019185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019185

Black with #019185

Text Example


Text Example

White with #019185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019185; }

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

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

background-color css

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

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

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

border-color css

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

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

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