#149B7C

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

Shades of Free Speech Aquamarine #149B7C

Tints of Free Speech Aquamarine #149B7C

Color information

#149B7C (or 0x149B7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9B and 7C. RGB value is (20,155,124). Sum of RGB (Red+Green+Blue) = 20+155+124=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #149B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B7C is #EB6483. Grayscale: #6F6F6F. Windows color (decimal): -15426692 or 8166164. OLE color: 8166164.

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

Color convert

RGB20155124-
CMYK0.8700.20.39
HSL166.22º77.14%34.31%-
HSV(B)166.22º87.1%60.78%-
XYZ15.6525.0523.08-
YUV111.1135.2763.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=6.69%
G=51.84%
B=41.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201551240.8700.20.39166.2277.1434.31
Hex149B7C5701427a64d22
Octal242331741270244724611542
Binary101001001101111111001010111010100100111101001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,155,124); }

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

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

 a { background-color: rgb(20,155,124); }

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

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

 span { border-color: rgb(20,155,124); }

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