Html Css Color HEX #019286 Dark Cyan

📋 copy color: '#019286'

red 1 ◦ green 146 ◦ blue 134

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

Shades of Dark Cyan #019286

Tints of Dark Cyan #019286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.96%

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

R = 0.36%
G = 51.96%
B = 47.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#019286 (or 0x019286) is known color: Dark Cyan. HEX triplet: 01, 92 and 86. RGB value is (1,146,134). Sum of RGB (Red+Green+Blue) = 1+146+134=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #019286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019286 is #FE6D79. Grayscale: #656565. Windows color (decimal): -16674170 or 8819201. OLE color: 8819201.

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

Color convert

RGB 1 146 134 -
CMYK 0.99 0 0.08 0.43
HSL 175.03º 0.99% 0.29% -
HSV(B) 175.03º 0.99% 0.57% -
XYZ 14.59 22.29 26.09 -
YUV 101.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 1 146 134 0.99 0 0.08 0.43 175.03 0.99 0.29
Hex 1 92 86 63 0 8 2B AF 63 1D
Octal 1 222 206 143 0 10 53 257 143 35
Binary 1 10010010 10000110 1100011 0 1000 101011 10101111 1100011 11101

Color Harmonies of #019286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019286

Black with #019286

Text Example


Text Example

White with #019286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019286; }

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

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

background-color css

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

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

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

border-color css

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

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

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