Html Css Color HEX #019971 Free Speech Aquamarine

📋 copy color: '#019971'

red 1 ◦ green 153 ◦ blue 113

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

Shades of Free Speech Aquamarine #019971

Tints of Free Speech Aquamarine #019971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.3%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 0.37%
G = 57.3%
B = 42.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#019971 (or 0x019971) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 71. RGB value is (1,153,113). Sum of RGB (Red+Green+Blue) = 1+153+113=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #019971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019971 is #FE668E. Grayscale: #676767. Windows color (decimal): -16672399 or 7444737. OLE color: 7444737.

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

Color convert

RGB 1 153 113 -
CMYK 0.99 0 0.26 0.4
HSL 164.21º 0.99% 0.3% -
HSV(B) 164.21º 0.99% 0.6% -
XYZ 14.38 23.98 19.49 -
YUV 102.99 133.64 55.25 -
System Red Green Blue C M Y K H S L
Decimal 1 153 113 0.99 0 0.26 0.4 164.21 0.99 0.3
Hex 1 99 71 63 0 1A 28 A4 63 1E
Octal 1 231 161 143 0 32 50 244 143 36
Binary 1 10011001 1110001 1100011 0 11010 101000 10100100 1100011 11110

Color Harmonies of #019971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019971

Black with #019971

Text Example


Text Example

White with #019971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019971; }

 p { color: rgb(1,153,113); }

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

background-color css

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

 a { background-color: rgb(1,153,113); }

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

border-color css

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

 span { border-color: rgb(1,153,113); }

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