#149B75

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

Shades of Free Speech Aquamarine #149B75

Tints of Free Speech Aquamarine #149B75

Color information

#149B75 (or 0x149B75) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9B and 75. RGB value is (20,155,117). Sum of RGB (Red+Green+Blue) = 20+155+117=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #149B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B75 is #EB648A. Grayscale: #6E6E6E. Windows color (decimal): -15426699 or 7707412. OLE color: 7707412.

HSL color Cylindrical-coordinate representation of color #149B75: hue angle of 163.11º 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 #149B75 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB20155117-
CMYK0.8700.250.39
HSL163.11º77.14%34.31%-
HSV(B)163.11º87.1%60.78%-
XYZ15.2224.8820.83-
YUV110.3131.7763.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.85%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=6.85%
G=53.08%
B=40.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201551170.8700.250.39163.1177.1434.31
Hex149B755701927a34d22
Octal242331651270314724311542
Binary101001001101111101011010111011001100111101000111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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