Html Css Color HEX #019F77 Free Speech Aquamarine

📋 copy color: '#019F77'

red 1 ◦ green 159 ◦ blue 119

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

Shades of Free Speech Aquamarine #019F77

Tints of Free Speech Aquamarine #019F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.99%

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

R = 0.36%
G = 56.99%
B = 42.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#019F77 (or 0x019F77) is known color: Free Speech Aquamarine. HEX triplet: 01, 9F and 77. RGB value is (1,159,119). Sum of RGB (Red+Green+Blue) = 1+159+119=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #019F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019F77 is #FE6088. Grayscale: #6B6B6B. Windows color (decimal): -16670857 or 7839489. OLE color: 7839489.

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

Color convert

RGB 1 159 119 -
CMYK 0.99 0 0.25 0.38
HSL 164.81º 0.99% 0.31% -
HSV(B) 164.81º 0.99% 0.62% -
XYZ 15.74 26.13 21.67 -
YUV 107.2 134.65 52.25 -
System Red Green Blue C M Y K H S L
Decimal 1 159 119 0.99 0 0.25 0.38 164.81 0.99 0.31
Hex 1 9F 77 63 0 19 26 A5 63 1F
Octal 1 237 167 143 0 31 46 245 143 37
Binary 1 10011111 1110111 1100011 0 11001 100110 10100101 1100011 11111

Color Harmonies of #019F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019F77

Black with #019F77

Text Example


Text Example

White with #019F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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