Html Css Color HEX #019891 Dark Cyan

📋 copy color: '#019891'

red 1 ◦ green 152 ◦ blue 145

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

Shades of Dark Cyan #019891

Tints of Dark Cyan #019891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.01%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 0.34%
G = 51.01%
B = 48.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#019891 (or 0x019891) is known color: Dark Cyan. HEX triplet: 01, 98 and 91. RGB value is (1,152,145). Sum of RGB (Red+Green+Blue) = 1+152+145=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #019891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019891 is #FE676E. Grayscale: #696969. Windows color (decimal): -16672623 or 9541633. OLE color: 9541633.

HSL color Cylindrical-coordinate representation of color #019891: hue angle of 177.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019891 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 145 -
CMYK 0.99 0 0.05 0.40
HSL 177.22º 0.99% 0.3% -
HSV(B) 177.22º 0.99% 0.6% -
XYZ 16.35 24.51 30.66 -
YUV 106.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 1 152 145 0.99 0 0.05 0.40 177.22 0.99 0.3
Hex 1 98 91 63 0 5 28 B1 63 1E
Octal 1 230 221 143 0 5 50 261 143 36
Binary 1 10011000 10010001 1100011 0 101 101000 10110001 1100011 11110

Color Harmonies of #019891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019891

Black with #019891

Text Example


Text Example

White with #019891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019891; }

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

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

background-color css

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

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

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

border-color css

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

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

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