Html Css Color HEX #019777 Free Speech Aquamarine

📋 copy color: '#019777'

red 1 ◦ green 151 ◦ blue 119

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

Shades of Free Speech Aquamarine #019777

Tints of Free Speech Aquamarine #019777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.72%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 0.37%
G = 55.72%
B = 43.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#019777 (or 0x019777) is known color: Free Speech Aquamarine. HEX triplet: 01, 97 and 77. RGB value is (1,151,119). Sum of RGB (Red+Green+Blue) = 1+151+119=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #019777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019777 is #FE6888. Grayscale: #666666. Windows color (decimal): -16672905 or 7837441. OLE color: 7837441.

HSL color Cylindrical-coordinate representation of color #019777: hue angle of 167.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019777 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 151 119 -
CMYK 0.99 0 0.21 0.41
HSL 167.2º 0.99% 0.3% -
HSV(B) 167.2º 0.99% 0.59% -
XYZ 14.41 23.47 21.22 -
YUV 102.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 1 151 119 0.99 0 0.21 0.41 167.2 0.99 0.3
Hex 1 97 77 63 0 15 29 A7 63 1E
Octal 1 227 167 143 0 25 51 247 143 36
Binary 1 10010111 1110111 1100011 0 10101 101001 10100111 1100011 11110

Color Harmonies of #019777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019777

Black with #019777

Text Example


Text Example

White with #019777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019777; }

 p { color: rgb(1,151,119); }

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

background-color css

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

 a { background-color: rgb(1,151,119); }

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

border-color css

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

 span { border-color: rgb(1,151,119); }

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