Html Css Color HEX #019889 Dark Cyan

📋 copy color: '#019889'

red 1 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #019889

Tints of Dark Cyan #019889

RGB

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

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

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

R = 0.34%
G = 52.41%
B = 47.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#019889 (or 0x019889) is known color: Dark Cyan. HEX triplet: 01, 98 and 89. RGB value is (1,152,137). Sum of RGB (Red+Green+Blue) = 1+152+137=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #019889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019889 is #FE6776. Grayscale: #696969. Windows color (decimal): -16672631 or 9017345. OLE color: 9017345.

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

Color convert

RGB 1 152 137 -
CMYK 0.99 0 0.10 0.40
HSL 174.04º 0.99% 0.3% -
HSV(B) 174.04º 0.99% 0.6% -
XYZ 15.76 24.27 27.52 -
YUV 105.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 1 152 137 0.99 0 0.10 0.40 174.04 0.99 0.3
Hex 1 98 89 63 0 A 28 AE 63 1E
Octal 1 230 211 143 0 12 50 256 143 36
Binary 1 10011000 10001001 1100011 0 1010 101000 10101110 1100011 11110

Color Harmonies of #019889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019889

Black with #019889

Text Example


Text Example

White with #019889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019889; }

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

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

background-color css

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

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

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

border-color css

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

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

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