Html Css Color HEX #019E80 Free Speech Aquamarine

📋 copy color: '#019E80'

red 1 ◦ green 158 ◦ blue 128

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

Shades of Free Speech Aquamarine #019E80

Tints of Free Speech Aquamarine #019E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.05%

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

R = 0.35%
G = 55.05%
B = 44.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#019E80 (or 0x019E80) is known color: Free Speech Aquamarine. HEX triplet: 01, 9E and 80. RGB value is (1,158,128). Sum of RGB (Red+Green+Blue) = 1+158+128=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #019E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E80 is #FE617F. Grayscale: #6B6B6B. Windows color (decimal): -16671104 or 8429057. OLE color: 8429057.

HSL color Cylindrical-coordinate representation of color #019E80: hue angle of 168.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019E80 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 158 128 -
CMYK 0.99 0 0.19 0.38
HSL 168.54º 0.99% 0.31% -
HSV(B) 168.54º 0.99% 0.62% -
XYZ 16.14 26.02 24.59 -
YUV 107.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 1 158 128 0.99 0 0.19 0.38 168.54 0.99 0.31
Hex 1 9E 80 63 0 13 26 A9 63 1F
Octal 1 236 200 143 0 23 46 251 143 37
Binary 1 10011110 10000000 1100011 0 10011 100110 10101001 1100011 11111

Color Harmonies of #019E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019E80

Black with #019E80

Text Example


Text Example

White with #019E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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