#019B83

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

Shades of Free Speech Aquamarine #019B83

Tints of Free Speech Aquamarine #019B83

Color information

#019B83 (or 0x019B83) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 9B and 83. RGB value is (1,155,131). Sum of RGB (Red+Green+Blue) = 1+155+131=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #019B83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B83 is #FE647C. Grayscale: #6A6A6A. Windows color (decimal): -16671869 or 8624897. OLE color: 8624897.

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

Color convert

RGB1155131-
CMYK0.9900.150.39
HSL170.65º98.72%30.59%-
HSV(B)170.65º99.35%60.78%-
XYZ15.8325.0925.48-
YUV106.22141.9852.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=0.35%
G=54.01%
B=45.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11551310.9900.150.39170.6598.7230.59
Hex19B83630F27ab631f
Octal12332031430174725314337
Binary1100110111000001111000110111110011110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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