Html Css Color HEX #019580 Free Speech Aquamarine

📋 copy color: '#019580'

red 1 ◦ green 149 ◦ blue 128

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

Shades of Free Speech Aquamarine #019580

Tints of Free Speech Aquamarine #019580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 0.36%
G = 53.6%
B = 46.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#019580 (or 0x019580) is known color: Free Speech Aquamarine. HEX triplet: 01, 95 and 80. RGB value is (1,149,128). Sum of RGB (Red+Green+Blue) = 1+149+128=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #019580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019580 is #FE6A7F. Grayscale: #666666. Windows color (decimal): -16673408 or 8426753. OLE color: 8426753.

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

Color convert

RGB 1 149 128 -
CMYK 0.99 0 0.14 0.42
HSL 171.49º 0.99% 0.29% -
HSV(B) 171.49º 0.99% 0.58% -
XYZ 14.66 23.06 24.1 -
YUV 102.35 142.47 55.71 -
System Red Green Blue C M Y K H S L
Decimal 1 149 128 0.99 0 0.14 0.42 171.49 0.99 0.29
Hex 1 95 80 63 0 E 2A AB 63 1D
Octal 1 225 200 143 0 16 52 253 143 35
Binary 1 10010101 10000000 1100011 0 1110 101010 10101011 1100011 11101

Color Harmonies of #019580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019580

Black with #019580

Text Example


Text Example

White with #019580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019580; }

 p { color: rgb(1,149,128); }

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

background-color css

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

 a { background-color: rgb(1,149,128); }

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

border-color css

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

 span { border-color: rgb(1,149,128); }

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