Html Css Color HEX #019978 Free Speech Aquamarine

📋 copy color: '#019978'

red 1 ◦ green 153 ◦ blue 120

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

Shades of Free Speech Aquamarine #019978

Tints of Free Speech Aquamarine #019978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 0.36%
G = 55.84%
B = 43.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#019978 (or 0x019978) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 78. RGB value is (1,153,120). Sum of RGB (Red+Green+Blue) = 1+153+120=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #019978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019978 is #FE6687. Grayscale: #676767. Windows color (decimal): -16672392 or 7903489. OLE color: 7903489.

HSL color Cylindrical-coordinate representation of color #019978: hue angle of 166.97º 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 #019978 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 120 -
CMYK 0.99 0 0.22 0.4
HSL 166.97º 0.99% 0.3% -
HSV(B) 166.97º 0.99% 0.6% -
XYZ 14.79 24.14 21.65 -
YUV 103.79 137.14 54.68 -
System Red Green Blue C M Y K H S L
Decimal 1 153 120 0.99 0 0.22 0.4 166.97 0.99 0.3
Hex 1 99 78 63 0 16 28 A7 63 1E
Octal 1 231 170 143 0 26 50 247 143 36
Binary 1 10011001 1111000 1100011 0 10110 101000 10100111 1100011 11110

Color Harmonies of #019978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019978

Black with #019978

Text Example


Text Example

White with #019978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019978; }

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

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

background-color css

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

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

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

border-color css

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

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

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