#019878

Color #019878 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #019878

Tints of Free Speech Aquamarine #019878

Color information

#019878 (or 0x019878) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 98 and 78. RGB value is (1,152,120). Sum of RGB (Red+Green+Blue) = 1+152+120=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #019878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019878 is #FE6787. Grayscale: #676767. Windows color (decimal): -16672648 or 7903233. OLE color: 7903233.

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

Color convert

RGB1152120-
CMYK0.9900.210.40
HSL167.28º98.69%30%-
HSV(B)167.28º99.34%59.61%-
XYZ14.6323.8221.6-
YUV103.2137.4755.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=0.37%
G=55.68%
B=43.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11521200.9900.210.40167.2898.6930
Hex198786301528a7631e
Octal12301701430255024714336
Binary1100110001111000110001101010110100010100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019878; }

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

 H1.HeaderClassName
 {
   color: #019878;
 }
 .AnyTagClassName
 {
   color: #019878;
 }
</style>
background-color css

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

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

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

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

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

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