#019A83

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

Shades of Free Speech Aquamarine #019A83

Tints of Free Speech Aquamarine #019A83

Color information

#019A83 (or 0x019A83) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 9A and 83. RGB value is (1,154,131). Sum of RGB (Red+Green+Blue) = 1+154+131=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #019A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019A83 is #FE657C. Grayscale: #696969. Windows color (decimal): -16672125 or 8624641. OLE color: 8624641.

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

Color convert

RGB1154131-
CMYK0.9900.150.40
HSL170.98º98.71%30.39%-
HSV(B)170.98º99.35%60.39%-
XYZ15.6624.7625.43-
YUV105.63142.3153.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 154 (60.55% from 255) = 53.85%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=0.35%
G=53.85%
B=45.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11541310.9900.150.40170.9898.7130.39
Hex19A83630F28ab631e
Octal12322031430175025314336
Binary1100110101000001111000110111110100010101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,154,131); }

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

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

 a { background-color: rgb(1,154,131); }

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

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

 span { border-color: rgb(1,154,131); }

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