Html Css Color HEX #019184 Dark Cyan

📋 copy color: '#019184'

red 1 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #019184

Tints of Dark Cyan #019184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 0.36%
G = 52.16%
B = 47.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#019184 (or 0x019184) is known color: Dark Cyan. HEX triplet: 01, 91 and 84. RGB value is (1,145,132). Sum of RGB (Red+Green+Blue) = 1+145+132=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #019184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019184 is #FE6E7B. Grayscale: #646464. Windows color (decimal): -16674428 or 8687873. OLE color: 8687873.

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

Color convert

RGB 1 145 132 -
CMYK 0.99 0 0.09 0.43
HSL 174.58º 0.99% 0.29% -
HSV(B) 174.58º 0.99% 0.57% -
XYZ 14.3 21.92 25.31 -
YUV 100.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 1 145 132 0.99 0 0.09 0.43 174.58 0.99 0.29
Hex 1 91 84 63 0 9 2B AF 63 1D
Octal 1 221 204 143 0 11 53 257 143 35
Binary 1 10010001 10000100 1100011 0 1001 101011 10101111 1100011 11101

Color Harmonies of #019184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019184

Black with #019184

Text Example


Text Example

White with #019184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019184; }

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

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

background-color css

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

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

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

border-color css

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

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

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