Html Css Color HEX #019D77 Free Speech Aquamarine

📋 copy color: '#019D77'

red 1 ◦ green 157 ◦ blue 119

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

Shades of Free Speech Aquamarine #019D77

Tints of Free Speech Aquamarine #019D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.68%

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

R = 0.36%
G = 56.68%
B = 42.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#019D77 (or 0x019D77) is known color: Free Speech Aquamarine. HEX triplet: 01, 9D and 77. RGB value is (1,157,119). Sum of RGB (Red+Green+Blue) = 1+157+119=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #019D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019D77 is #FE6288. Grayscale: #6A6A6A. Windows color (decimal): -16671369 or 7838977. OLE color: 7838977.

HSL color Cylindrical-coordinate representation of color #019D77: hue angle of 165.38º 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 #019D77 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 157 119 -
CMYK 0.99 0 0.24 0.38
HSL 165.38º 0.99% 0.31% -
HSV(B) 165.38º 0.99% 0.62% -
XYZ 15.4 25.45 21.55 -
YUV 106.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 1 157 119 0.99 0 0.24 0.38 165.38 0.99 0.31
Hex 1 9D 77 63 0 18 26 A5 63 1F
Octal 1 235 167 143 0 30 46 245 143 37
Binary 1 10011101 1110111 1100011 0 11000 100110 10100101 1100011 11111

Color Harmonies of #019D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019D77

Black with #019D77

Text Example


Text Example

White with #019D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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