Html Css Color HEX #019282 Dark Cyan

📋 copy color: '#019282'

red 1 ◦ green 146 ◦ blue 130

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

Shades of Dark Cyan #019282

Tints of Dark Cyan #019282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 0.36%
G = 52.71%
B = 46.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#019282 (or 0x019282) is known color: Dark Cyan. HEX triplet: 01, 92 and 82. RGB value is (1,146,130). Sum of RGB (Red+Green+Blue) = 1+146+130=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #019282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019282 is #FE6D7D. Grayscale: #646464. Windows color (decimal): -16674174 or 8557057. OLE color: 8557057.

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

Color convert

RGB 1 146 130 -
CMYK 0.99 0 0.11 0.43
HSL 173.38º 0.99% 0.29% -
HSV(B) 173.38º 0.99% 0.57% -
XYZ 14.32 22.18 24.64 -
YUV 100.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 1 146 130 0.99 0 0.11 0.43 173.38 0.99 0.29
Hex 1 92 82 63 0 B 2B AD 63 1D
Octal 1 222 202 143 0 13 53 255 143 35
Binary 1 10010010 10000010 1100011 0 1011 101011 10101101 1100011 11101

Color Harmonies of #019282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019282

Black with #019282

Text Example


Text Example

White with #019282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019282; }

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

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

background-color css

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

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

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

border-color css

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

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

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