Html Css Color HEX #019887 Dark Cyan

📋 copy color: '#019887'

red 1 ◦ green 152 ◦ blue 135

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

Shades of Dark Cyan #019887

Tints of Dark Cyan #019887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 0.35%
G = 52.78%
B = 46.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#019887 (or 0x019887) is known color: Dark Cyan. HEX triplet: 01, 98 and 87. RGB value is (1,152,135). Sum of RGB (Red+Green+Blue) = 1+152+135=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #019887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019887 is #FE6778. Grayscale: #686868. Windows color (decimal): -16672633 or 8886273. OLE color: 8886273.

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

Color convert

RGB 1 152 135 -
CMYK 0.99 0 0.11 0.40
HSL 173.25º 0.99% 0.3% -
HSV(B) 173.25º 0.99% 0.6% -
XYZ 15.61 24.21 26.77 -
YUV 104.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 1 152 135 0.99 0 0.11 0.40 173.25 0.99 0.3
Hex 1 98 87 63 0 B 28 AD 63 1E
Octal 1 230 207 143 0 13 50 255 143 36
Binary 1 10011000 10000111 1100011 0 1011 101000 10101101 1100011 11110

Color Harmonies of #019887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019887

Black with #019887

Text Example


Text Example

White with #019887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019887; }

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

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

background-color css

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

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

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

border-color css

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

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

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