Html Css Color HEX #199F77 Free Speech Aquamarine

📋 copy color: '#199F77'

red 25 ◦ green 159 ◦ blue 119

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

Shades of Free Speech Aquamarine #199F77

Tints of Free Speech Aquamarine #199F77

RGB

 RED value IS 25 (10.16% from 255) = 8.25%

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

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

R = 8.25%
G = 52.48%
B = 39.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#199F77 (or 0x199F77) is known color: Free Speech Aquamarine. HEX triplet: 19, 9F and 77. RGB value is (25,159,119). Sum of RGB (Red+Green+Blue) = 25+159+119=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #199F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F77 is #E66088. Grayscale: #727272. Windows color (decimal): -15097993 or 7839513. OLE color: 7839513.

HSL color Cylindrical-coordinate representation of color #199F77: hue angle of 162.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F77 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 159 119 -
CMYK 0.84 0 0.25 0.38
HSL 162.09º 0.73% 0.36% -
HSV(B) 162.09º 0.84% 0.62% -
XYZ 16.13 26.33 21.69 -
YUV 114.37 130.61 64.25 -
System Red Green Blue C M Y K H S L
Decimal 25 159 119 0.84 0 0.25 0.38 162.09 0.73 0.36
Hex 19 9F 77 54 0 19 26 A2 49 24
Octal 31 237 167 124 0 31 46 242 111 44
Binary 11001 10011111 1110111 1010100 0 11001 100110 10100010 1001001 100100

Color Harmonies of #199F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F77

Black with #199F77

Text Example


Text Example

White with #199F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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