Html Css Color HEX #019486 Dark Cyan

📋 copy color: '#019486'

red 1 ◦ green 148 ◦ blue 134

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

Shades of Dark Cyan #019486

Tints of Dark Cyan #019486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 0.35%
G = 52.3%
B = 47.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#019486 (or 0x019486) is known color: Dark Cyan. HEX triplet: 01, 94 and 86. RGB value is (1,148,134). Sum of RGB (Red+Green+Blue) = 1+148+134=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #019486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019486 is #FE6B79. Grayscale: #666666. Windows color (decimal): -16673658 or 8819713. OLE color: 8819713.

HSL color Cylindrical-coordinate representation of color #019486: hue angle of 174.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019486 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 134 -
CMYK 0.99 0 0.09 0.42
HSL 174.29º 0.99% 0.29% -
HSV(B) 174.29º 0.99% 0.58% -
XYZ 14.91 22.91 26.19 -
YUV 102.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 1 148 134 0.99 0 0.09 0.42 174.29 0.99 0.29
Hex 1 94 86 63 0 9 2A AE 63 1D
Octal 1 224 206 143 0 11 52 256 143 35
Binary 1 10010100 10000110 1100011 0 1001 101010 10101110 1100011 11101

Color Harmonies of #019486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019486

Black with #019486

Text Example


Text Example

White with #019486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019486; }

 p { color: rgb(1,148,134); }

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

background-color css

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

 a { background-color: rgb(1,148,134); }

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

border-color css

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

 span { border-color: rgb(1,148,134); }

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