Html Css Color HEX #019884 Dark Cyan

📋 copy color: '#019884'

red 1 ◦ green 152 ◦ blue 132

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

Shades of Dark Cyan #019884

Tints of Dark Cyan #019884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 0.35%
G = 53.33%
B = 46.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#019884 (or 0x019884) is known color: Dark Cyan. HEX triplet: 01, 98 and 84. RGB value is (1,152,132). Sum of RGB (Red+Green+Blue) = 1+152+132=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #019884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019884 is #FE677B. Grayscale: #686868. Windows color (decimal): -16672636 or 8689665. OLE color: 8689665.

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

Color convert

RGB 1 152 132 -
CMYK 0.99 0 0.13 0.40
HSL 172.05º 0.99% 0.3% -
HSV(B) 172.05º 0.99% 0.6% -
XYZ 15.41 24.13 25.68 -
YUV 104.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 1 152 132 0.99 0 0.13 0.40 172.05 0.99 0.3
Hex 1 98 84 63 0 D 28 AC 63 1E
Octal 1 230 204 143 0 15 50 254 143 36
Binary 1 10011000 10000100 1100011 0 1101 101000 10101100 1100011 11110

Color Harmonies of #019884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019884

Black with #019884

Text Example


Text Example

White with #019884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019884; }

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

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

background-color css

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

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

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

border-color css

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

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

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