#149481

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

Shades of Free Speech Aquamarine #149481

Tints of Free Speech Aquamarine #149481

Color information

#149481 (or 0x149481) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 94 and 81. RGB value is (20,148,129). Sum of RGB (Red+Green+Blue) = 20+148+129=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #149481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149481 is #EB6B7E. Grayscale: #6B6B6B. Windows color (decimal): -15428479 or 8492052. OLE color: 8492052.

HSL color Cylindrical-coordinate representation of color #149481: hue angle of 171.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149481 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB20148129-
CMYK0.8600.130.42
HSL171.09º76.19%32.94%-
HSV(B)171.09º86.49%58.04%-
XYZ14.8422.9124.41-
YUV107.56140.0965.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=6.73%
G=49.83%
B=43.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481290.8600.130.42171.0976.1932.94
Hex149481560D2Aab4c21
Octal242242011260155225311441
Binary101001001010010000001101011001101101010101010111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149481; }

 p { color: rgb(20,148,129); }

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

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

 a { background-color: rgb(20,148,129); }

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

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

 span { border-color: rgb(20,148,129); }

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