#149C81

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

Shades of Free Speech Aquamarine #149C81

Tints of Free Speech Aquamarine #149C81

Color information

#149C81 (or 0x149C81) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9C and 81. RGB value is (20,156,129). Sum of RGB (Red+Green+Blue) = 20+156+129=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #149C81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149C81 is #EB637E. Grayscale: #707070. Windows color (decimal): -15426431 or 8494100. OLE color: 8494100.

HSL color Cylindrical-coordinate representation of color #149C81: hue angle of 168.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C81 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB20156129-
CMYK0.8700.170.39
HSL168.09º77.27%34.51%-
HSV(B)168.09º87.18%61.18%-
XYZ16.1425.5124.84-
YUV112.26137.4462.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=6.56%
G=51.15%
B=42.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201561290.8700.170.39168.0977.2734.51
Hex149C815701127a84d23
Octal242342011270214725011543
Binary1010010011100100000011010111010001100111101010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149C81; }

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

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

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

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

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

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

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

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