Html Css Color HEX #019189 Dark Cyan

📋 copy color: '#019189'

red 1 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #019189

Tints of Dark Cyan #019189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 0.35%
G = 51.24%
B = 48.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#019189 (or 0x019189) is known color: Dark Cyan. HEX triplet: 01, 91 and 89. RGB value is (1,145,137). Sum of RGB (Red+Green+Blue) = 1+145+137=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #019189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019189 is #FE6E76. Grayscale: #646464. Windows color (decimal): -16674423 or 9015553. OLE color: 9015553.

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

Color convert

RGB 1 145 137 -
CMYK 0.99 0 0.06 0.43
HSL 176.67º 0.99% 0.29% -
HSV(B) 176.67º 0.99% 0.57% -
XYZ 14.65 22.06 27.15 -
YUV 101.03 148.29 56.65 -
System Red Green Blue C M Y K H S L
Decimal 1 145 137 0.99 0 0.06 0.43 176.67 0.99 0.29
Hex 1 91 89 63 0 6 2B B1 63 1D
Octal 1 221 211 143 0 6 53 261 143 35
Binary 1 10010001 10001001 1100011 0 110 101011 10110001 1100011 11101

Color Harmonies of #019189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019189

Black with #019189

Text Example


Text Example

White with #019189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019189; }

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

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

background-color css

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

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

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

border-color css

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

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

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