Html Css Color HEX #019182 Dark Cyan

📋 copy color: '#019182'

red 1 ◦ green 145 ◦ blue 130

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

Shades of Dark Cyan #019182

Tints of Dark Cyan #019182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 0.36%
G = 52.54%
B = 47.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#019182 (or 0x019182) is known color: Dark Cyan. HEX triplet: 01, 91 and 82. RGB value is (1,145,130). Sum of RGB (Red+Green+Blue) = 1+145+130=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #019182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019182 is #FE6E7D. Grayscale: #646464. Windows color (decimal): -16674430 or 8556801. OLE color: 8556801.

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

Color convert

RGB 1 145 130 -
CMYK 0.99 0 0.10 0.43
HSL 173.75º 0.99% 0.29% -
HSV(B) 173.75º 0.99% 0.57% -
XYZ 14.17 21.87 24.59 -
YUV 100.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 1 145 130 0.99 0 0.10 0.43 173.75 0.99 0.29
Hex 1 91 82 63 0 A 2B AE 63 1D
Octal 1 221 202 143 0 12 53 256 143 35
Binary 1 10010001 10000010 1100011 0 1010 101011 10101110 1100011 11101

Color Harmonies of #019182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019182

Black with #019182

Text Example


Text Example

White with #019182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019182; }

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

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

background-color css

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

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

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

border-color css

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

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

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