Html Css Color HEX #019C6D Free Speech Aquamarine

📋 copy color: '#019C6D'

red 1 ◦ green 156 ◦ blue 109

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

Shades of Free Speech Aquamarine #019C6D

Tints of Free Speech Aquamarine #019C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 0.38%
G = 58.65%
B = 40.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#019C6D (or 0x019C6D) is known color: Free Speech Aquamarine. HEX triplet: 01, 9C and 6D. RGB value is (1,156,109). Sum of RGB (Red+Green+Blue) = 1+156+109=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #019C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C6D is #FE6392. Grayscale: #686868. Windows color (decimal): -16671635 or 7183361. OLE color: 7183361.

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

Color convert

RGB 1 156 109 -
CMYK 0.99 0 0.30 0.39
HSL 161.81º 0.99% 0.31% -
HSV(B) 161.81º 0.99% 0.61% -
XYZ 14.66 24.89 18.5 -
YUV 104.3 130.65 54.32 -
System Red Green Blue C M Y K H S L
Decimal 1 156 109 0.99 0 0.30 0.39 161.81 0.99 0.31
Hex 1 9C 6D 63 0 1E 27 A2 63 1F
Octal 1 234 155 143 0 36 47 242 143 37
Binary 1 10011100 1101101 1100011 0 11110 100111 10100010 1100011 11111

Color Harmonies of #019C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C6D

Black with #019C6D

Text Example


Text Example

White with #019C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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