Html Css Color HEX #019C71 Free Speech Aquamarine

📋 copy color: '#019C71'

red 1 ◦ green 156 ◦ blue 113

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

Shades of Free Speech Aquamarine #019C71

Tints of Free Speech Aquamarine #019C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.78%

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

R = 0.37%
G = 57.78%
B = 41.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#019C71 (or 0x019C71) is known color: Free Speech Aquamarine. HEX triplet: 01, 9C and 71. RGB value is (1,156,113). Sum of RGB (Red+Green+Blue) = 1+156+113=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #019C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C71 is #FE638E. Grayscale: #686868. Windows color (decimal): -16671631 or 7445505. OLE color: 7445505.

HSL color Cylindrical-coordinate representation of color #019C71: hue angle of 163.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C71 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 156 113 -
CMYK 0.99 0 0.28 0.39
HSL 163.35º 0.99% 0.31% -
HSV(B) 163.35º 0.99% 0.61% -
XYZ 14.88 24.98 19.66 -
YUV 104.75 132.65 54 -
System Red Green Blue C M Y K H S L
Decimal 1 156 113 0.99 0 0.28 0.39 163.35 0.99 0.31
Hex 1 9C 71 63 0 1C 27 A3 63 1F
Octal 1 234 161 143 0 34 47 243 143 37
Binary 1 10011100 1110001 1100011 0 11100 100111 10100011 1100011 11111

Color Harmonies of #019C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C71

Black with #019C71

Text Example


Text Example

White with #019C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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